Commit: a667eddebe8b2499543d6c9874d38bf9b0df5fc9 Author: Lior Kaplan <[email protected]> Thu, 28 Apr 2016 04:09:36 +0300 Parents: 239f6b67ac8e0f039f2273c7865bf75c9fb070e3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a667eddebe8b2499543d6c9874d38bf9b0df5fc9 Log: Add CVE for #71906 (PHP 5.5.34, 5.6.20 and 7.0.5) Bugs: https://bugs.php.net/71906 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 62ff67e..8328ffe 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -32,7 +32,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Mbstring: <ul> - <li><?php bugfix(71906); ?> (AddressSanitizer: negative-size-param (-1) in mbfl_strcut).</li> + <li><?php bugfix(71906); ?> (AddressSanitizer: negative-size-param (-1) in mbfl_strcut). (CVE-2016-4073)</li> </ul></li> <li>ODBC: <ul> @@ -68,7 +68,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Mbstring: <ul> - <li><?php bugfix(71906); ?> (AddressSanitizer: negative-size-param (-1) in mbfl_strcut).</li> + <li><?php bugfix(71906); ?> (AddressSanitizer: negative-size-param (-1) in mbfl_strcut). (CVE-2016-4073)</li> </ul></li> <li>ODBC: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 45fca41..3affb30 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -50,7 +50,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>mbstring: <ul> - <li><?php bugfix(71906); ?> (AddressSanitizer: negative-size-param (-1) in mbfl_strcut).</li> + <li><?php bugfix(71906); ?> (AddressSanitizer: negative-size-param (-1) in mbfl_strcut). (CVE-2016-4073)</li> </ul></li> <li>ODBC: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
