]> granicus.if.org Git - php/commitdiff
- Add entry, crash in imagecolortransparent
authorPierre Joye <pajoye@php.net>
Wed, 17 Mar 2004 17:26:13 +0000 (17:26 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 17 Mar 2004 17:26:13 +0000 (17:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d0f868558cb942b3bb4c9d6d55d1a9afe339cd57..d877811101f9512f0a2c7fef3b3bee7ba2003a34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Feb 2004, Version 4.3.5
+- Fixed possible crash using an invalid color index with a palette image in
+  imagecolortransparent (Pierre)
 - Fixed php-cgi to not ignore command-line switches when run in a web context.
   This fixes our test cases allowing INI with GET sections to work (Rasmus)
 - Fixed getopt() so it works without $_SERVER (Rasmus, bfrance)