File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,6 @@ PHP NEWS
55- CLI:
66 . Fixed bug GH-9709 (Null pointer dereference with -w/-s options). (Adam Saponara)
77
8- - GD:
9- . Fixed bug #81739: OOB read due to insufficient input validation in
10- imageloadfont(). (CVE-2022-31630) (cmb)
11-
12- - Hash:
13- . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
14- (CVE-2022-37454) (nicky at mouha dot be)
15-
168- Core:
179 . Fixed bug GH-9752 (Generator crashes when interrupted during argument
1810 evaluation with extra named params). (Arnaud)
@@ -33,6 +25,14 @@ PHP NEWS
3325
342627 Oct 2022, PHP 8.0.25
3527
28+ - GD:
29+ . Fixed bug #81739: OOB read due to insufficient input validation in
30+ imageloadfont(). (CVE-2022-31630) (cmb)
31+
32+ - Hash:
33+ . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
34+ (CVE-2022-37454) (nicky at mouha dot be)
35+
3636- Session:
3737 . Fixed bug GH-9583 (session_create_id() fails with user defined save handler
3838 that doesn't have a validateId() method). (Girgias)
You can’t perform that action at this time.
0 commit comments