Skip to content

Commit 2caa79e

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
2 parents 33e10cb + 80ccaa3 commit 2caa79e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS

+8
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)