Commit: 6e95ed45f1136eb9ecf16a7fc31755ab1f73192c Author: Lior Kaplan <[email protected]> Thu, 25 Dec 2014 22:53:18 +0200 Parents: 76abf4c4cda1c3951467d6243a85a796c80641a0 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6e95ed45f1136eb9ecf16a7fc31755ab1f73192c 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
