mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
move CVEs in 8.1.12 changelog
This commit is contained in:
parent
9c7234b24d
commit
c84d7cc27e
1 changed files with 8 additions and 8 deletions
16
NEWS
16
NEWS
|
@ -5,14 +5,6 @@ PHP NEWS
|
||||||
- CLI:
|
- CLI:
|
||||||
. Fixed bug GH-9709 (Null pointer dereference with -w/-s options). (Adam Saponara)
|
. Fixed bug GH-9709 (Null pointer dereference with -w/-s options). (Adam Saponara)
|
||||||
|
|
||||||
- GD:
|
|
||||||
. Fixed bug #81739: OOB read due to insufficient input validation in
|
|
||||||
imageloadfont(). (CVE-2022-31630) (cmb)
|
|
||||||
|
|
||||||
- Hash:
|
|
||||||
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
|
|
||||||
(CVE-2022-37454) (nicky at mouha dot be)
|
|
||||||
|
|
||||||
- Core:
|
- Core:
|
||||||
. Fixed bug GH-9752 (Generator crashes when interrupted during argument
|
. Fixed bug GH-9752 (Generator crashes when interrupted during argument
|
||||||
evaluation with extra named params). (Arnaud)
|
evaluation with extra named params). (Arnaud)
|
||||||
|
@ -39,6 +31,14 @@ PHP NEWS
|
||||||
. Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files).
|
. Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files).
|
||||||
(Anatol)
|
(Anatol)
|
||||||
|
|
||||||
|
- GD:
|
||||||
|
. Fixed bug #81739: OOB read due to insufficient input validation in
|
||||||
|
imageloadfont(). (CVE-2022-31630) (cmb)
|
||||||
|
|
||||||
|
- Hash:
|
||||||
|
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
|
||||||
|
(CVE-2022-37454) (nicky at mouha dot be)
|
||||||
|
|
||||||
- MBString:
|
- MBString:
|
||||||
- Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in
|
- Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in
|
||||||
mb_ encode_mimeheader). (Alex Dowad)
|
mb_ encode_mimeheader). (Alex Dowad)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue