Commit: cc01b448fdeedb6dbf027c5674a0437d55699eb3 Author: Johannes Schlüter <[email protected]> Thu, 6 Jan 2011 14:37:28 +0000 Parents: 5fcaa2418eaa9ae58adc374c66675fea2e7754ad Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cc01b448fdeedb6dbf027c5674a0437d55699eb3 Log: - Add CVE Changed paths: M ChangeLog-5.php M releases/5_3_5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index efcc32d..7e77f7c 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -16,7 +16,7 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? <b>06-Jan-2010</b> <ul> -<li><?php bugfix(53632); ?> (PHP hangs on numeric value 2.2250738585072011e-308). (Rasmus, Scott)</li> +<li><?php bugfix(53632); ?> (PHP hangs on numeric value 2.2250738585072011e-308). (CVE-2010-4645) (Rasmus, Scott)</li> </ul> diff --git a/releases/5_3_5.php b/releases/5_3_5.php index cec1c15..22db7c9 100644 --- a/releases/5_3_5.php +++ b/releases/5_3_5.php @@ -27,7 +27,7 @@ immediately.</p> <b>Security Enhancements and Fixes in PHP 5.3.4:</b> </p> <ul> - <li>Fixed bug #53632 (PHP hangs on numeric value 2.2250738585072011e-308)</li> + <li>Fixed bug #53632 (PHP hangs on numeric value 2.2250738585072011e-308). (CVE-2010-4645)</li> </ul> <?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
