Commit: c295b68311ab8864f629e3df181630324e3873ba Author: Lior Kaplan <[email protected]> Tue, 13 Dec 2016 15:15:26 +0200 Parents: 2fcef58e2c882328538da221ab43df81653423f7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c295b68311ab8864f629e3df181630324e3873ba Log: Add missing entry for #72978 (PHP 7.0.14 and 7.1.0) Bugs: https://bugs.php.net/72978 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index d14e431..503a660 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -14,6 +14,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li>Fixed memory leak(null coalescing operator with Spl hash).</li> <li><?php bugfix(72736); ?> (Slow performance when fetching large dataset with mysqli / PDO).</li> + <li><?php bugfix(72978); ?> (Use After Free Vulnerability in unserialize()). (CVE-2016-9936)</li> </ul></li> <li>Calendar: <ul> @@ -114,6 +115,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(73585); ?> (Logging of "Internal Zend error - Missing class information" missing class name).</li> <li>Fixed memory leak(null coalescing operator with Spl hash).</li> <li><?php bugfix(72736); ?> (Slow performance when fetching large dataset with mysqli / PDO).</li> + <li><?php bugfix(72978); ?> (Use After Free Vulnerability in unserialize()). (CVE-2016-9936)</li> <li><?php bugfix(72482); ?> (Ilegal write/read access caused by gdImageAALine overflow).</li> <li><?php bugfix(72696); ?> (imagefilltoborder stackoverflow on truecolor images). (CVE-2016-9933)</li> <li><?php bugfix(73350); ?> (Exception::__toString() cause circular references).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
