]> granicus.if.org Git - php/commitdiff
Add CVE ID
authorXinchen Hui <laruence@php.net>
Thu, 3 Jul 2014 02:49:37 +0000 (10:49 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 3 Jul 2014 02:50:56 +0000 (10:50 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 4f9ed4dd9feb042f1d49aad90664c2725a89babc..ca7ca7b4ffc537dbe8fa1917e28443f3128c3b6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,7 @@ PHP                                                                        NEWS
 - SPL:
   . Fixed bug #67539 (ArrayIterator use-after-free due to object change during 
     sorting). (research at insighti dot org, Laruence)
-  . Fixed bug #67538 (SPL Iterators use-after-free). (Laruence)
+  . Fixed bug #67538 (SPL Iterators use-after-free). (CVE-2014-4670) (Laruence)
 
 - Streams:
   . Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects). (Adam)