File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,6 @@ PHP NEWS
5
5
- CLI:
6
6
. Fixed bug GH-9709 (Null pointer dereference with -w/-s options). (Adam Saponara)
7
7
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
-
16
8
- Core:
17
9
. Fixed bug GH-9752 (Generator crashes when interrupted during argument
18
10
evaluation with extra named params). (Arnaud)
@@ -33,6 +25,14 @@ PHP NEWS
33
25
34
26
27 Oct 2022, PHP 8.0.25
35
27
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
+
36
36
- Session:
37
37
. Fixed bug GH-9583 (session_create_id() fails with user defined save handler
38
38
that doesn't have a validateId() method). (Girgias)
You can’t perform that action at this time.
0 commit comments