On 06.06.2007 14:00, Pierre wrote:
On 6/6/07, Antony Dovgal <[EMAIL PROTECTED]> wrote:
tony2001                Wed Jun  6 09:45:43 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS
    /php-src/ext/gd/libgd       gd.c
    /php-src/ext/gd     gd.c
  Log:
  MFH: fix several integer overflows in GD

Can you be more specific?

At least in the NEWS entry, by listing the affected functions.Thanks
again for the patch! :)

Sure.
Is this good enough?

Index: NEWS
===================================================================
RCS file: /repository/php-src/NEWS,v
retrieving revision 1.2027.2.547.2.763
diff -u -p -d -r1.2027.2.547.2.763 NEWS
--- NEWS        6 Jun 2007 09:45:43 -0000       1.2027.2.547.2.763
+++ NEWS        6 Jun 2007 11:21:10 -0000
@@ -7,8 +7,9 @@ PHP
  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()).

--
Wbr, Antony Dovgal

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to