Commit: 4cc5e83743989ac886df0232106da5748803c97e Author: Lior Kaplan <[email protected]> Wed, 21 Sep 2016 14:15:03 +0300 Parents: 972ab961fd47b476b411c96e398b654ec53e339a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4cc5e83743989ac886df0232106da5748803c97e Log: Add CVE for #72321 (PHP 5.6.23 and 7.0.8) Bugs: https://bugs.php.net/72321 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 285c5f4..1ddaa1b 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -391,7 +391,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(72321); ?> (invalid free in phar_extract_file()).</li> + <li><?php bugfix(72321); ?> (invalid free in phar_extract_file()). (CVE-2016-4473)</li> </ul></li> <li>SPL: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 0a6541a..d56005d 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -452,7 +452,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(72321); ?> (invalid free in phar_extract_file()).</li> + <li><?php bugfix(72321); ?> (invalid free in phar_extract_file()). (CVE-2016-4473)</li> </ul></li> <li>Phpdbg: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
