]> granicus.if.org Git - php/commitdiff
Add CVE IDs PHP 5.6.14
authorLior Kaplan <kaplanlior@gmail.com>
Fri, 29 Apr 2016 10:17:34 +0000 (13:17 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Fri, 29 Apr 2016 10:17:34 +0000 (13:17 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 667ca986b0ed6fd5d37a2c60ddf567cfd912dc46..d8fd5cb46c7a1738665e0d6f6295a389bc2db1e5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -340,9 +340,10 @@ PHP                                                                        NEWS
   . Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)
 
 - Phar:
-  . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas)
+  . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()).
+    (CVE-2015-7803) (Stas)
   . FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip
-    entry filename is "/"). (Stas)
+    entry filename is "/"). (CVE-2015-7804) (Stas)
 
 - Phpdbg:
   . Fix phpdbg_break_next() sometimes not breaking. (Bob)