Commit: bbf5c9117e30e2d92910a371ef204e2e4f451cd1 Author: Lior Kaplan <[email protected]> Thu, 19 Mar 2015 02:28:53 +0200 Parents: ec21ab87604d46601f708d263f1c957d8df119ab Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bbf5c9117e30e2d92910a371ef204e2e4f451cd1 Log: Add CVE assigned to 5.5.22 / 5.6.6 bugs after the release Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 7c88ae9..997de67 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -26,7 +26,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Enchant: <ul> - <li><?php bugfix(68552); ?> (heap buffer overflow in enchant_broker_request_dict()).</li> + <li><?php bugfix(68552); ?> (heap buffer overflow in enchant_broker_request_dict()). (CVE-2014-9705)</li> </ul></li> <li>Fileinfo: <ul> @@ -62,7 +62,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(68901); ?> (use after free).</li> + <li><?php bugfix(68901); ?> (use after free). (CVE-2015-2301)</li> </ul></li> <li>Pgsql: <ul> @@ -111,7 +111,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Enchant: <ul> - <li><?php bugfix(68552); ?> (heap buffer overflow in enchant_broker_request_dict()).</li> + <li><?php bugfix(68552); ?> (heap buffer overflow in enchant_broker_request_dict()). (CVE-2014-9705)</li> </ul></li> <li>Fileinfo: <ul> @@ -132,7 +132,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(68901); ?> (use after free).</li> + <li><?php bugfix(68901); ?> (use after free). (CVE-2015-2301)</li> </ul></li> <li>Pgsql: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
