Commit: 7e0e4cf393e8c79d9abc54b8fcead3747656ab52 Author: Lior Kaplan <kaplanl...@gmail.com> Fri, 24 Jun 2016 23:48:57 +0300 Parents: 6bf3c063800750671ecddd285c744211c8cb2727 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7e0e4cf393e8c79d9abc54b8fcead3747656ab52 Log: Add CVE for #72402 (PHP 5.5.37, 5.6.23 and 7.0.8) Bugs: https://bugs.php.net/72402 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index fbdf8bf..36c4db5 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -30,7 +30,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>mbstring: <ul> - <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li> + <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free). (CVE-2016-5768)</li> </ul></li> <li>mcrypt: <ul> @@ -80,7 +80,8 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>mbstring: <ul> - <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li> + <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free). (CVE-2016-5768)</li> +</ul></li> </ul></li> <li>mcrypt: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 4afae1f..63c2482 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>mbstring: <ul> - <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li> + <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free). (CVE-2016-5768)</li> </ul></li> <li>mcrypt: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php