]> granicus.if.org Git - php/commitdiff
Update NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 2 Apr 2019 14:54:15 +0000 (16:54 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 2 Apr 2019 14:54:15 +0000 (16:54 +0200)
NEWS

diff --git a/NEWS b/NEWS
index ee1014781751b57b260357a0be11c14975ac0b65..8970c21bc1e505a66c16681083a9fa58a9088691 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,7 +35,7 @@ PHP                                                                        NEWS
   . Fixed bug #77793 (Segmentation fault in extract() when overwriting
     reference with itself). (Nikita)
 
-28 Mar 2019, PHP 7.3.4
+04 April 2019, PHP 7.3.4
 
 - Core:
   . Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)
@@ -61,6 +61,10 @@ PHP                                                                        NEWS
 - COM:
   . Fixed bug #77578 (Crash when php unload). (cmb)
 
+- EXIF:
+  . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
+  . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
+
 - FPM:
   . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
     (Kevin Adler)