Commit: 9ff4f23d375c41dfa9b86d317e5754b81b4f14ba Author: Christoph M. Becker <[email protected]> Sun, 29 Jan 2017 00:16:05 +0100 Parents: 18e17344d7c414de20bfc0240d75d64a40cd4aed Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9ff4f23d375c41dfa9b86d317e5754b81b4f14ba Log: Add CVE ID to bugs #73868 and #73869 (PHP 5.6.30, 7.0.15 and 7.1.1) Bugs: https://bugs.php.net/73868 https://bugs.php.net/73869 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 44f2910..097e3bc 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -18,8 +18,8 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>GD: <ul> <li><?php bugfix(73549); ?> (Use after free when stream is passed to imagepng).</li> - <li><?php bugfix(73868); ?> (DOS vulnerability in gdImageCreateFromGd2Ctx()).</li> - <li><?php bugfix(73869); ?> (Signed Integer Overflow gd_io.c).</li> + <li><?php bugfix(73868); ?> (DOS vulnerability in gdImageCreateFromGd2Ctx()). (CVE-2016-10167)</li> + <li><?php bugfix(73869); ?> (Signed Integer Overflow gd_io.c). (CVE-2016-10168)</li> </ul></li> <li>Intl: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 71be41a..7643931 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -37,8 +37,8 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(73869); ?> (Signed Integer Overflow gd_io.c).</li> - <li><?php bugfix(73868); ?> (DOS vulnerability in gdImageCreateFromGd2Ctx()).</li> + <li><?php bugfix(73869); ?> (Signed Integer Overflow gd_io.c). (CVE-2016-10168)</li> + <li><?php bugfix(73868); ?> (DOS vulnerability in gdImageCreateFromGd2Ctx()). (CVE-2016-10167)</li> </ul></li> <li>GMP: <ul> @@ -146,8 +146,8 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li> GD <ul> - <li><?php bugfix(73869); ?> (Signed Integer Overflow gd_io.c).</li> - <li><?php bugfix(73868); ?> (DOS vulnerability in gdImageCreateFromGd2Ctx()).</li> + <li><?php bugfix(73869); ?> (Signed Integer Overflow gd_io.c). (CVE-2016-10168)</li> + <li><?php bugfix(73868); ?> (DOS vulnerability in gdImageCreateFromGd2Ctx()). (CVE-2016-10167)</li> </ul> </li> <li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
