1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 05:21:02 +02:00

Add CVE assigned to 5.5.22 bugs after the release

This commit is contained in:
Lior Kaplan
2015-03-19 02:29:43 +02:00
parent 9744aded1a
commit 4680f08607

5
NEWS
View File

@@ -133,7 +133,7 @@ PHP NEWS
- Enchant:
. Fixed bug #68552 (heap buffer overflow in enchant_broker_request_dict()).
(Antony)
(CVE-2014-9705) (Antony)
- Fileinfo:
. Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)
@@ -152,7 +152,8 @@ PHP NEWS
named pipes). (steffenb198 at aol dot com)
- Phar:
. Fixed bug #68901 (use after free). (bugreports at internot dot info)
. Fixed bug #68901 (use after free). (CVE-2015-2301)
(bugreports at internot dot info)
- Pgsql:
. Fixed Bug #65199 'pg_copy_from() modifies input array variable). (Yasuo)