summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2016-04-28 20:46:29 +0300
committerLior Kaplan <kaplanlior@gmail.com>2016-04-28 20:46:29 +0300
commite70fe1c42ea8d50c7cae2f62c36ddecc5a2e342c (patch)
treed2fc3fc45eb77e2d783772b2556d23f24feb3e38
parent227e5d1153359446ab597e952ec2002d74e77b11 (diff)
downloadphp-git-e70fe1c42ea8d50c7cae2f62c36ddecc5a2e342c.tar.gz
Add NEWS entry for bug #71331 (fixed in PHP 5.6.18)
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4905156bc5..e54e83aa20 100644
--- a/NEWS
+++ b/NEWS
@@ -186,6 +186,8 @@ PHP NEWS
- Phar:
. Fixed bug #71354 (Heap corruption in tar/zip/phar parser). (Stas)
+ . Fixed bug #71331 (Uninitialized pointer in phar_make_dirstream()).
+ (CVE-2016-4343) (Stas)
. Fixed bug #71391 (NULL Pointer Dereference in phar_tar_setupmetadata()).
(Stas)
. Fixed bug #71488 (Stack overflow when decompressing tar archives). (Stas)