1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00

Update NEWS

This commit is contained in:
Stanislav Malyshev
2022-10-23 18:50:53 -06:00
parent d50532be91
commit 2669ed7d77

4
NEWS
View File

@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.4.33
- 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)