Commit: 9458dcea722cc172e0bb1ee2fbb36c6da425b371 Author: Lior Kaplan <[email protected]> Thu, 19 Mar 2015 18:28:01 +0200 Parents: 0b812fb2e7f4e3bcf17ada1ff888695d476cff36 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9458dcea722cc172e0bb1ee2fbb36c6da425b371 Log: Add CVE assigned to 5.4.37 / 5.5.21 / 5.6.5 bugs after the release Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 6c67175..cf47fa5 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -233,7 +233,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68665); ?> (invalid free in libmagic).</li> <li><?php bugfix(68671); ?> (incorrect expression in libmagic).</li> <li>Removed readelf.c and related code from libmagic sources.</li> - <li><?php bugfix(68735); ?> (fileinfo out-of-bounds memory access).</li> + <li><?php bugfix(68735); ?> (fileinfo out-of-bounds memory access). (CVE-2014-9652)</li> </ul></li> <li>FPM: <ul> @@ -331,7 +331,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>Fileinfo: <ul> <li><?php bugfix(68671); ?> (incorrect expression in libmagic).</li> - <li><?php bugfix(68735); ?> (fileinfo out-of-bounds memory access).</li> + <li><?php bugfix(68735); ?> (fileinfo out-of-bounds memory access). (CVE-2014-9652)</li> <li>Removed readelf.c and related code from libmagic sources.</li> </ul></li> <li>FPM: @@ -417,7 +417,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>Fileinfo: <ul> <li>Removed readelf.c and related code from libmagic sources.</li> - <li><?php bugfix(68735); ?> (fileinfo out-of-bounds memory access).</li> + <li><?php bugfix(68735); ?> (fileinfo out-of-bounds memory access). (CVE-2014-9652)</li> </ul></li> <li>OpenSSL: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
