1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

Add CVE IDs PHP 5.6.14

This commit is contained in:
Lior Kaplan
2016-04-29 13:17:34 +03:00
parent 34fc0ec377
commit 91fd5406bc

5
NEWS
View File

@@ -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)