summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-06-21 00:14:50 -0700
committerStanislav Malyshev <stas@php.net>2016-06-21 00:14:56 -0700
commit2af6dded37d9678d65015cb307734e177cb2f624 (patch)
tree543f1dda48e7ca650289f699d7460ffef991bc0e
parentc395c6e5d7e8df37a21265ff76e48fe75ceb5ae6 (diff)
downloadphp-git-2af6dded37d9678d65015cb307734e177cb2f624.tar.gz
Fix NEWS
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6f1461c2f9..eb8a070a0f 100644
--- 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