From: Xinchen Hui Date: Thu, 3 Jul 2014 02:49:37 +0000 (+0800) Subject: Add CVE ID X-Git-Tag: php-5.5.15RC1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e17bfb472efe34934583141b963b9f90b7635594;p=php Add CVE ID --- diff --git a/NEWS b/NEWS index 4f9ed4dd9f..ca7ca7b4ff 100644 --- 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)