Commit: 25bb64a93bcc62fce4b8b98c30a4bab02d73fa0c Author: Lior Kaplan <[email protected]> Thu, 10 Mar 2016 23:15:17 +0200 Parents: 9580821615c60c89de10366ca4128534be8cb219 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=25bb64a93bcc62fce4b8b98c30a4bab02d73fa0c Log: Add CVE for #71488 (PHP 7.0.3) Bugs: https://bugs.php.net/71488 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index d66ab41..ed6b831 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -135,7 +135,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(71354); ?> (Heap corruption in tar/zip/phar parser).</li> <li><?php bugfix(71391); ?> (NULL Pointer Dereference in phar_tar_setupmetadata()).</li> - <li><?php bugfix(71488); ?> (Stack overflow when decompressing tar archives).</li> + <li><?php bugfix(71488); ?> (Stack overflow when decompressing tar archives). (CVE-2016-2554)</li> </ul></li> <li>SOAP: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
