Commit: 3360aa8c1d906cb2c2474d16d89e26866eac279e Author: Lior Kaplan <[email protected]> Wed, 25 Mar 2015 19:10:10 +0200 Parents: 94b8ec7f3b75f080648585dfb6999128f3faf0da Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3360aa8c1d906cb2c2474d16d89e26866eac279e Log: Add CVE for bug #68901 (5.5.21, 5.6.5) Bugs: https://bugs.php.net/68901 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 972ec0d..c38e5fd 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -423,7 +423,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(68601); ?> (buffer read overflow in gd_gif_in.c).</li> + <li><?php bugfix(68601); ?> (buffer read overflow in gd_gif_in.c). (CVE-2014-9709)</li> <li><?php implemented(68656); ?> (Report gd library version).</li> </ul></li> <li>mbstring: @@ -521,7 +521,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(68601); ?> (buffer read overflow in gd_gif_in.c).</li> + <li><?php bugfix(68601); ?> (buffer read overflow in gd_gif_in.c). (CVE-2014-9709)</li> </ul></li> <li>Mbstring: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
