Commit: bfca96a0dcb68bfef852edd72ef5eac4df34be61 Author: Lior Kaplan <[email protected]> Fri, 25 Dec 2015 20:13:51 +0200 Parents: c7ff986a4664ab684733fbb6ec2743d23109e5ce Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bfca96a0dcb68bfef852edd72ef5eac4df34be61 Log: Add CVE for #71105 (PHP 7.0.1) Bugs: https://bugs.php.net/71105 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index efccab5..54c918c 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -12,7 +12,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('17-Dec-2015'); ?></b> <ul><li>Core: <ul> - <li><?php bugfix(71105); ?> (Format String Vulnerability in Class Name Error Message).</li> + <li><?php bugfix(71105); ?> (Format String Vulnerability in Class Name Error Message). (CVE-2015-8617)</li> <li><?php bugfix(70831); ?> (Compile fails on system with 160 CPUs).</li> <li><?php bugfix(71006); ?> (symbol referencing errors on Sparc/Solaris).</li> <li><?php bugfix(70997); ?> (When using parentClass:: instead of parent::, static context changed).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
