summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2016-04-29 13:17:34 +0300
committerLior Kaplan <kaplanlior@gmail.com>2016-04-29 13:17:34 +0300
commit91fd5406bc875ae238e12215046473bd4f8c4ec7 (patch)
treeba3b6ca44d1e65e24f03fa33c0404c0aeb78b45d
parent34fc0ec3774dd6388f0899f56325794b61e32a9e (diff)
downloadphp-git-91fd5406bc875ae238e12215046473bd4f8c4ec7.tar.gz
Add CVE IDs PHP 5.6.14
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 667ca986b0..d8fd5cb46c 100644
--- a/NEWS
+++ b/NEWS
@@ -340,9 +340,10 @@ PHP NEWS
. Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)
- Phar:
- . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas)
+ . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()).
+ (CVE-2015-7803) (Stas)
. FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip
- entry filename is "/"). (Stas)
+ entry filename is "/"). (CVE-2015-7804) (Stas)
- Phpdbg:
. Fix phpdbg_break_next() sometimes not breaking. (Bob)