Commit: e5a9c6883f5382dfcc4d2f68d3815254e1653d0f Author: Lior Kaplan <[email protected]> Thu, 25 Dec 2014 22:53:18 +0200 Parents: 419c20fa3b03b6be0ce228935fb78b1509ff7a0a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e5a9c6883f5382dfcc4d2f68d3815254e1653d0f Log: Add mcrypt entry to 5.4.36 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 20ef65c..e24e056 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -123,6 +123,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68545); ?> (NULL pointer dereference in unserialize.c).</li> <li><?php bugfix(68594); ?> (Use after free vulnerability in unserialize()). (CVE-2014-8142)</li> </ul> +<li>Mcrypt: +<ul> + <li>Fixed possible read after end of buffer and use after free.</li> +</ul></li> <!-- }}} --></section> <section class="version" id="5.6.3"><!-- {{{ 5.6.3 --> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
