pajoye Wed May 16 22:55:27 2007 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS /php-src/ext/gd/tests libgd00086.phpt Log: - fix title http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.712&r2=1.2027.2.547.2.713&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.712 php-src/NEWS:1.2027.2.547.2.713 --- php-src/NEWS:1.2027.2.547.2.712 Wed May 16 22:19:07 2007 +++ php-src/NEWS Wed May 16 22:55:26 2007 @@ -8,8 +8,8 @@ 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) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/libgd00086.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/gd/tests/libgd00086.phpt diff -u php-src/ext/gd/tests/libgd00086.phpt:1.1.2.2 php-src/ext/gd/tests/libgd00086.phpt:1.1.2.3 --- php-src/ext/gd/tests/libgd00086.phpt:1.1.2.2 Wed May 16 22:19:08 2007 +++ php-src/ext/gd/tests/libgd00086.phpt Wed May 16 22:55:27 2007 @@ -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");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php