From: Pierre Joye Date: Fri, 8 Jun 2007 05:28:40 +0000 (+0000) Subject: - #41630 entry X-Git-Tag: php-5.2.4RC1~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5c9a6efc451e6fbabcaf8bbf8f9bcd09c5b02f8;p=php - #41630 entry --- diff --git a/NEWS b/NEWS index bd12cfb9c7..6998b38cba 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ PHP NEWS - Fixed money_format() not to accept multiple %i or %n tokens. (Stas, Ilia) - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory already exists). (Pierre) +- Fixed bug #41630 (segfault when an invalid color index is present in + the image data). (Reported by Elliot ) (Pierre) - Fixed bug #41608 (segfault on a weird code with objects and switch()). (Tony) - Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).