]> granicus.if.org Git - php/commitdiff
more details
authorAntony Dovgal <tony2001@php.net>
Wed, 6 Jun 2007 11:36:20 +0000 (11:36 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 6 Jun 2007 11:36:20 +0000 (11:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1030ad6d04d8c58159c797d5b2f6f302f4061fa1..7bcacee51ac6f416f6c51935582bc58571795939 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,8 +7,9 @@ PHP                                                                        NEWS
   GD_RELEASE_VERSION, GD_EXTRA_VERSION and GD_VERSION_STRING. (Pierre)
 - Added missing open_basedir checks to CGI. (anight at eyelinkmedia dot com, 
   Tony)
-- Fixed several integer overflows in bundled GD library reported by 
-  Mattias Bengtsson. (Tony)
+- Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(), 
+  ImageCopyResampled() and ImageFilledPolygon() reported by Mattias Bengtsson. 
+  (Tony)
 - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory 
   already exists). (Pierre)
 - Fixed bug #41608 (segfault on a weird code with objects and switch()).