Commit: 179c48f03d714e84c92652fb5a0880a59e3b1740 Author: Lior Kaplan <[email protected]> Thu, 28 Apr 2016 04:04:07 +0300 Parents: 30cbc97814d3cda7fc7c6231cee497e375639e15 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=179c48f03d714e84c92652fb5a0880a59e3b1740 Log: Add CVE for #71798 (PHP 5.5.34, 5.6.20 and 7.0.5) Bugs: https://bugs.php.net/71798 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 5b2b04d..d50d487 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -54,7 +54,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Standard: <ul> - <li><?php bugfix(71798); ?> (Integer Overflow in php_raw_url_encode).</li> + <li><?php bugfix(71798); ?> (Integer Overflow in php_raw_url_encode). (CVE-2016-4070)</li> </ul></li> </ul> <!-- }}} --></section> @@ -80,7 +80,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Standard: <ul> - <li><?php bugfix(71798); ?> (Integer Overflow in php_raw_url_encode).</li> + <li><?php bugfix(71798); ?> (Integer Overflow in php_raw_url_encode). (CVE-2016-4070)</li> </ul></li> </ul> <!-- }}} --></section> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 264675c..56ac3c5 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -89,7 +89,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li>Standard: <ul> <li><?php bugfix(71660); ?> (array_column behaves incorrectly after foreach by reference).</li> - <li><?php bugfix(71798); ?> (Integer Overflow in php_raw_url_encode).</li> + <li><?php bugfix(71798); ?> (Integer Overflow in php_raw_url_encode). (CVE-2016-4070)</li> </ul></li> <li>Zip: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
