]> granicus.if.org Git - php/commitdiff
- fix title
authorPierre Joye <pajoye@php.net>
Wed, 16 May 2007 22:55:27 +0000 (22:55 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 16 May 2007 22:55:27 +0000 (22:55 +0000)
NEWS
ext/gd/tests/libgd00086.phpt

diff --git a/NEWS b/NEWS
index 1e96dceeedbbdd6ff029b3fcb5f195f55d98135c..555dc644e2017feb1549019c9dc8ebe4c090af2f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,8 @@ PHP                                                                        NEWS
   altered at run time. (Scott)
 - Allow SOAP extension's handler() to work even when
   always_populate_raw_post_data is off. (Ilia)
-- Fixed possible infinite loop in imagepng (libgd #86) (by Xavier Roche)
-  (Pierre)
+- Fixed possible infinite loop in imagecreatefrompng (libgd #86) 
+  (by Xavier Roche) (Pierre)
 - Fixed ext/filter Email Validation Vulnerability (MOPB-24 by Stefan Esser)
   (Ilia)
 - Fixed altering $this via argument named "this". (Dmitry)
index 68f589a5bd4bec49bc2a5e6b6b5a11f67dd26e09..60f28107c8a4078d5da1886f2742411317929306 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #39780 (PNG image with CRC/data error raises a fatal error)
+libgd #86 (Possible infinite loop in imagecreatefrompng)
 --SKIPIF--
 <?php 
        if (!extension_loaded('gd')) die("skip gd extension not available\n");