]> granicus.if.org Git - php/commitdiff
- #41630 entry
authorPierre Joye <pajoye@php.net>
Fri, 8 Jun 2007 05:28:40 +0000 (05:28 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 8 Jun 2007 05:28:40 +0000 (05:28 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bd12cfb9c7812d4fbd626becffe2a1784d90163f..6998b38cba17816743b030ac8cac7a27da303297 100644 (file)
--- 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 <wccoder@gmail dot com>) (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).