]> granicus.if.org Git - php/commitdiff
Fix NEWS
authorStanislav Malyshev <stas@php.net>
Tue, 21 Jun 2016 07:14:50 +0000 (00:14 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 21 Jun 2016 07:14:56 +0000 (00:14 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 6f1461c2f9e2975a4230f97cc7b7489607b47ed2..eb8a070a0f82b97ecbb95dde02b6333752d6cf64 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,12 +28,12 @@ PHP                                                                        NEWS
    . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas)
 
 - SPL:
-  . Fixed bug #72340 (int/size_t confusion in SplFileObject::fread). (Stas)
+  . Fixed bug #72114 (int/size_t confusion in SplFileObject::fread). (Stas)
   . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and
     unserialize). (Dmitry)
 
 - WDDX:
-  . Fixed bug #72298 (Double Free Courruption in wddx_deserialize). (Stas)
+  . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas)
 
 - zip:
   . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC