From: Lior Kaplan Date: Thu, 19 Mar 2015 00:29:43 +0000 (+0200) Subject: Add CVE assigned to 5.5.22 bugs after the release X-Git-Tag: php-5.5.24RC1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4680f08607cd7a99f8f74e5c412198532547f454;p=php Add CVE assigned to 5.5.22 bugs after the release --- diff --git a/NEWS b/NEWS index 081807fe0a..d445e2935b 100644 --- a/NEWS +++ b/NEWS @@ -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)