Commit: 92ff61ed80091617728faa76288b5c44a832cda2 Author: Lior Kaplan <[email protected]> Tue, 22 Dec 2015 19:15:08 +0200 Parents: ff57e84ef62df1b5f34bffc75fbc5c1ee0b259c4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=92ff61ed80091617728faa76288b5c44a832cda2 Log: Add CVE for #71020 (PHP 7.0.1) Bugs: https://bugs.php.net/71020 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index fa87b3c..a6f7cd2 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -36,7 +36,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Intl: <ul> - <li><?php bugfix(71020); ?> (Use after free in Collator::sortWithSortKeys).</li> + <li><?php bugfix(71020); ?> (Use after free in Collator::sortWithSortKeys). (CVE-2015-8616)</li> </ul></li> <li>Mysqlnd: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
