Commit: d2f2592e88c20ab00705153fa3c98eaac40de647 Author: Lior Kaplan <[email protected]> Mon, 15 Jan 2018 14:32:49 +0200 Parents: 83d460a3436015435afa99b01cc190628511d6f8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d2f2592e88c20ab00705153fa3c98eaac40de647 Log: Add CVE ID to bug #74651 (PHP 5.6.31, 7.0.21 and 7.1.7) Bugs: https://bugs.php.net/74651 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index a8ff3be..386dcf2 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -60,7 +60,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>OpenSSL: <ul> - <li><?php bugfix(74651); ?> (negative-size-param (-1) in memcpy in zif_openssl_seal()).</li> + <li><?php bugfix(74651); ?> (negative-size-param (-1) in memcpy in zif_openssl_seal()). (CVE-2017-11144)</li> </ul></li> <li>PCRE: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index f012d58..e64bd6d 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1093,7 +1093,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li>OpenSSL: <ul> <li><?php bugfix(74720); ?> (pkcs7_en/decrypt does not work if \x1a is used in content).</li> - <li><?php bugfix(74651); ?> (negative-size-param (-1) in memcpy in zif_openssl_seal()).</li> + <li><?php bugfix(74651); ?> (negative-size-param (-1) in memcpy in zif_openssl_seal()). (CVE-2017-11144)</li> </ul></li> <li>PDO_OCI: <ul> @@ -1168,7 +1168,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>OpenSSL: <ul> - <li><?php bugfix(74651); ?> (negative-size-param (-1) in memcpy in zif_openssl_seal()).</li> + <li><?php bugfix(74651); ?> (negative-size-param (-1) in memcpy in zif_openssl_seal()). (CVE-2017-11144)</li> </ul></li> <li>PCRE: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
