summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2016-04-28 21:12:27 +0300
committerLior Kaplan <kaplanlior@gmail.com>2016-04-28 21:12:27 +0300
commit9e57360c837b50999e7f8b8115b119aeb1f75825 (patch)
treebfc7bcd1ef14cffa52a5325a622beb3ae80087fd
parentb18da2a32238c152b302bccd960f226fc5c24b46 (diff)
downloadphp-git-9e57360c837b50999e7f8b8115b119aeb1f75825.tar.gz
Add NEWS entry for bug #71331 (fixed in 7.0.3)
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 177542410b..50d72d3308 100644
--- a/NEWS
+++ b/NEWS
@@ -387,6 +387,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)