Commit: bdbe5e9f5c906ced75c229b55549e044a5c5ed20 Author: Lior Kaplan <[email protected]> Mon, 6 Oct 2014 22:56:36 +0300 Parents: de015c37885dfd5c52767b888dc7e47c3ec37bb6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bdbe5e9f5c906ced75c229b55549e044a5c5ed20 Log: Add CVE-ID for bug #68088 Bugs: https://bugs.php.net/68088 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ab5cf5c..904e09a 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -19,7 +19,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(67878); ?> (program_prefix not honoured in man pages).</li> <li><?php bugfix(67938); ?> (Segfault when extending interface method with variadic).</li> <li><?php bugfix(67985); ?> (Incorrect last used array index copied to new array after unset).</li> - <li><?php bugfix(68088); ?> (New Posthandler Potential Illegal efree() vulnerability).</li> + <li><?php bugfix(68088); ?> (New Posthandler Potential Illegal efree() vulnerability). (CVE-2014-3622)</li> </ul></li> <li>DOM: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
