Commit: 21749c290f8c2622ebc1ad27e6fdac3e3ec0d86e Author: Lior Kaplan <[email protected]> Mon, 10 Jul 2017 16:00:37 +0300 Parents: 75a67ead35a7b12a68ebf824b7216bf340e8de11 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=21749c290f8c2622ebc1ad27e6fdac3e3ec0d86e Log: Add CVE ID to bug #74435 (PHP 5.6.31, 7.0.21 and 7.1.7) Bugs: https://bugs.php.net/74435 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 082c114..4bae130 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -20,7 +20,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(74435); ?> (Buffer over-read into uninitialized memory).</li> + <li><?php bugfix(74435); ?> (Buffer over-read into uninitialized memory). (CVE-2017-7890)</li> </ul></li> <li>mbstring: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 9ce8515..0bffdee 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -30,7 +30,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(74435); ?> (Buffer over-read into uninitialized memory).</li> + <li><?php bugfix(74435); ?> (Buffer over-read into uninitialized memory). (CVE-2017-7890)</li> </ul></li> <li>Intl: <ul> @@ -106,7 +106,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(74435); ?> (Buffer over-read into uninitialized memory).</li> + <li><?php bugfix(74435); ?> (Buffer over-read into uninitialized memory). (CVE-2017-7890)</li> </ul></li> <li>Intl: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
