Commit: aa2af04b46d84fd3ce2c56c86d079d5795e09d91 Author: Lior Kaplan <kaplanl...@gmail.com> Wed, 25 Jan 2017 01:41:02 +0200 Parents: fcf3a2a30bb431da0e5298d9bb586f40d7b7647c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=aa2af04b46d84fd3ce2c56c86d079d5795e09d91 Log: Add CVE ID to bug #73737 (PHP 5.6.30, 7.0.15 and 7.1.1) Bugs: https://bugs.php.net/73737 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 4431261..9bad96e 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -13,7 +13,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('19-Jan-2017'); ?></b> <ul><li>EXIF: <ul> - <li><?php bugfix(73737); ?> (FPE when parsing a tag format).</li> + <li><?php bugfix(73737); ?> (FPE when parsing a tag format). (CVE-2016-10158)</li> </ul></li> <li>GD: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index e4378ac..2ada1a8 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -33,7 +33,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>EXIF: <ul> -<li><?php bugfix(73737); ?> (FPE when parsing a tag format).</li> +<li><?php bugfix(73737); ?> (FPE when parsing a tag format). (CVE-2016-10158)</li> </ul></li> <li>GD: <ul> @@ -140,7 +140,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li> EXIF <ul> - <li><?php bugfix(73737); ?> (FPE when parsing a tag format).</li> + <li><?php bugfix(73737); ?> (FPE when parsing a tag format). (CVE-2016-10158)</li> </ul> </li> <li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php