]> granicus.if.org Git - php/commitdiff
Fix NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 17 Mar 2020 10:04:24 +0000 (11:04 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 17 Mar 2020 10:06:45 +0000 (11:06 +0100)
NEWS

diff --git a/NEWS b/NEWS
index b69258e93c208f05a4422ac2035afcd2a29961f5..325a3e787042b549f9005698c1bb29f2d197f29e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,14 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2020, PHP 7.2.29
 
-- Core: 
-  . Fixed bug #79329 (get_headers() silently truncates after a null byte) 
-    (CVE-2020-7066) (cmb)
-
 - EXIF:
-  . Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064) 
+  . Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064) 
     (Nikita)
 
+- Standard: 
+  . Fixed bug #79329 (get_headers() silently truncates after a null byte) 
+    (CVE-2020-7066). (cmb)
+
 20 Feb 2020, PHP 7.2.28
 
 - DOM: