From: Lior Kaplan Date: Fri, 29 Apr 2016 10:17:34 +0000 (+0300) Subject: Add CVE IDs PHP 5.6.14 X-Git-Tag: php-7.0.7RC1~52^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91fd5406bc875ae238e12215046473bd4f8c4ec7;p=php Add CVE IDs PHP 5.6.14 --- 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)