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)
@@ -39,6 +31,14 @@ PHP NEWS
3931 . Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files).
4032 (Anatol)
4133
34+ - GD:
35+ . Fixed bug #81739: OOB read due to insufficient input validation in
36+ imageloadfont(). (CVE-2022-31630) (cmb)
37+
38+ - Hash:
39+ . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
40+ (CVE-2022-37454) (nicky at mouha dot be)
41+
4242- MBString:
4343 - Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in
4444 mb_ encode_mimeheader). (Alex Dowad)
You can’t perform that action at this time.
0 commit comments