Commit: 51f349f3d60101979befa1ebcb5e74dbf8a1a40e Author: Lior Kaplan <[email protected]> Mon, 15 Jan 2018 15:14:23 +0200 Parents: d2f2592e88c20ab00705153fa3c98eaac40de647 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=51f349f3d60101979befa1ebcb5e74dbf8a1a40e Log: Add CVE ID to bug #75055 (PHP 5.6.32, 7.0.25, 7.1.11 and 7.2.0) Bugs: https://bugs.php.net/75055 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 386dcf2..1d1ef6a 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -27,7 +27,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('26-Oct-2017'); ?></b> <ul><li>Date: <ul> - <li><?php bugfix(75055); ?> (Out-Of-Bounds Read in timelib_meridian()).</li> + <li><?php bugfix(75055); ?> (Out-Of-Bounds Read in timelib_meridian()). (CVE-2017-16642)</li> </ul></li> <li>mcrypt: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index e64bd6d..a7e6757 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -229,6 +229,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(55407); ?> (Impossible to prototype DateTime::createFromFormat).</li> <li>Implemented FR <?php bugl(71520); ?> (Adding the DateTime constants to the DateTimeInterface interface).</li> + <li><?php bugfix(75055); ?> (Out-Of-Bounds Read in timelib_meridian()). (CVE-2017-16642)</li> <li><?php bugfix(75149); ?> (redefinition of typedefs ttinfo and t1info).</li> <li><?php bugfix(75222); ?> (DateInterval microseconds property always 0).</li> </ul></li> @@ -588,7 +589,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Date: <ul> - <li><?php bugfix(75055); ?> (Out-Of-Bounds Read in timelib_meridian()).</li> + <li><?php bugfix(75055); ?> (Out-Of-Bounds Read in timelib_meridian()). (CVE-2017-16642)</li> </ul></li> <li>Apache2Handler: <ul> @@ -655,7 +656,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Date: <ul> - <li><?php bugfix(75055); ?> (Out-Of-Bounds Read in timelib_meridian()).</li> + <li><?php bugfix(75055); ?> (Out-Of-Bounds Read in timelib_meridian()). (CVE-2017-16642)</li> </ul></li> <li>Intl: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
