Skip to content

Commit 9855fdd

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
2 parents dedaf40 + 2caa79e commit 9855fdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
816
- Core:
917
. Fixed bug GH-9752 (Generator crashes when interrupted during argument
1018
evaluation with extra named params). (Arnaud)

0 commit comments

Comments
 (0)