Commit: 417c675dd99fbea22dfd7a0bec973746208d23da Author: Lior Kaplan <[email protected]> Tue, 10 Feb 2015 22:31:32 +0200 Parents: 8a2d3d859b6800fe0229da756f4babb9b966b6d4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=417c675dd99fbea22dfd7a0bec973746208d23da Log: Add missing CVE ID for 5.5.21 & 5.6.5 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 3228f78..1611efe 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -24,12 +24,12 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(66764); ?> (configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly).</li> <li><?php bugfix(68583); ?> (Crash in timeout thread).</li> <li><?php bugfix(65576); ?> (Constructor from trait conflicts with inherited constructor).</li> - <li><?php bugfix(68676); ?> (Explicit Double Free).</li> - <li><?php bugfix(68710); ?> (Use After Free Vulnerability in PHP's unserialize()).</li> + <li><?php bugfix(68676); ?> (Explicit Double Free). (CVE-2014-9425)</li> + <li><?php bugfix(68710); ?> (Use After Free Vulnerability in PHP's unserialize()). (CVE-2015-0231)</li> </ul></li> <li>CGI: <ul> - <li><?php bugfix(68618); ?> (out of bounds read crashes php-cgi).</li> + <li><?php bugfix(68618); ?> (out of bounds read crashes php-cgi). (CVE-2014-9427)</li> </ul></li> <li>CLI server: <ul> @@ -45,7 +45,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>EXIF: <ul> - <li><?php bugfix(68799); ?>: Free called on unitialized pointer.</li> + <li><?php bugfix(68799); ?> (Free called on unitialized pointer). (CVE-2015-0232)</li> </ul></li> <li>Fileinfo: <ul> @@ -129,7 +129,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(65230); ?> (setting locale randomly broken).</li> <li><?php bugfix(66764); ?> (configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly).</li> <li><?php bugfix(68583); ?> (Crash in timeout thread).</li> - <li><?php bugfix(68676); ?> (Explicit Double Free).</li> + <li><?php bugfix(68676); ?> (Explicit Double Free). (CVE-2014-9425)</li> <li><?php bugfix(68710); ?> (Use After Free Vulnerability in PHP's unserialize()). (CVE-2015-0231)</li> </ul></li> <li>CGI: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
