We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33e10cb + 80ccaa3 commit 2caa79eCopy full SHA for 2caa79e
NEWS
@@ -5,6 +5,14 @@ PHP NEWS
5
- CLI:
6
. Fixed bug GH-9709 (Null pointer dereference with -w/-s options). (Adam Saponara)
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
- Core:
17
. Fixed bug GH-9752 (Generator crashes when interrupted during argument
18
evaluation with extra named params). (Arnaud)
0 commit comments