Commit: 0c6fa09a007f70228025a0d589219dd85e1b9a63 Author: Lior Kaplan <[email protected]> Thu, 10 Sep 2015 00:39:59 +0300 Parents: b330aa40c59f9c8d249ec6beaa2aa3e1bfbc7c39 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0c6fa09a007f70228025a0d589219dd85e1b9a63 Log: Fix typo in CVE: 2105 -> 2015 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 9ef673c..0ee9012 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -16,7 +16,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(69900); ?> (Too long timeout on pipes).</li> <li><?php bugfix(69487); ?> (SAPI may truncate POST data).</li> <li><?php bugfix(70198); ?> (Checking liveness does not work as expected).</li> - <li><?php bugfix(70172); ?> (Use After Free Vulnerability in unserialize()). (CVE-2105-6834)</li> + <li><?php bugfix(70172); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-6834)</li> <li><?php bugfix(70219); ?> (Use after free vulnerability in session deserializer). (CVE-2015-6835)</li> </ul></li> <li>CLI server: @@ -86,7 +86,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <?php release_date('03-Sep-2015'); ?> <ul><li>Core: <ul> - <li><?php bugfix(70172); ?> (Use After Free Vulnerability in unserialize()). (CVE-2105-6834)</li> + <li><?php bugfix(70172); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-6834)</li> <li><?php bugfix(70219); ?> (Use after free vulnerability in session deserializer). (CVE-2015-6835)</li> </ul></li> <li>EXIF: @@ -126,7 +126,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('03-Sep-2015'); ?></b> <ul><li>Core: <ul> - <li><?php bugfix(70172); ?> (Use After Free Vulnerability in unserialize()). (CVE-2105-6834)</li> + <li><?php bugfix(70172); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-6834)</li> <li><?php bugfix(70219); ?> (Use after free vulnerability in session deserializer). (CVE-2015-6835)</li> </ul></li> <li>EXIF: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
