Commit: 6bf3c063800750671ecddd285c744211c8cb2727 Author: Lior Kaplan <kaplanl...@gmail.com> Fri, 24 Jun 2016 23:47:56 +0300 Parents: cfdd9ba7db9f9052ecc8915286b669ff125bf9cf Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6bf3c063800750671ecddd285c744211c8cb2727 Log: Add CVE for #72455 (PHP 5.5.37, 5.6.23 and 7.0.8) Bugs: https://bugs.php.net/72455 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 7a16a16..fbdf8bf 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -34,7 +34,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>mcrypt: <ul> - <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li> + <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows). (CVE-2016-5769)</li> </ul></li> <li>OpenSSL: <ul> @@ -84,7 +84,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>mcrypt: <ul> - <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li> + <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows). (CVE-2016-5769)</li> </ul></li> <li>SPL: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index ec8d0c6..4afae1f 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -40,7 +40,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>mcrypt: <ul> - <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li> + <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows). (CVE-2016-5769)</li> </ul></li> <li>PCRE: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php