Commit: 9580821615c60c89de10366ca4128534be8cb219 Author: Lior Kaplan <[email protected]> Thu, 10 Mar 2016 23:14:57 +0200 Parents: 827c8c4ed761762583c7ca4625da30f72d3df1ab Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9580821615c60c89de10366ca4128534be8cb219 Log: Add CVE for #71488 (PHP 5.5.32, 5.6.18) Bugs: https://bugs.php.net/71488 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 4f6f330..3ed824b 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -114,7 +114,7 @@ site_header("PHP 5 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>Session: <ul> @@ -156,7 +156,7 @@ site_header("PHP 5 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>WDDX: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
