From 7807477a87ebdc72b27f1464f125ac13233f8408 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 16 May 2007 22:21:41 +0000 Subject: [PATCH] - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix test (Reported by Xavier Roche) --- ext/gd/tests/bug39780.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/gd/tests/bug39780.phpt b/ext/gd/tests/bug39780.phpt index 3a23aa9df9..8040b86913 100644 --- a/ext/gd/tests/bug39780.phpt +++ b/ext/gd/tests/bug39780.phpt @@ -13,9 +13,9 @@ var_dump($im); ?> --EXPECTF-- -Warning: imagecreatefrompng(): gd-png: fatal libpng error: IDAT: CRC error in %s on line %d +Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in /home/pierre/cvs/php_5_2/ext/gd/tests/bug39780.php on line 3 -Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d +Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in /home/pierre/cvs/php_5_2/ext/gd/tests/bug39780.php on line 3 -Warning: imagecreatefrompng(): '%s' is not a valid PNG file in %s on line %d +Warning: imagecreatefrompng(): '/home/pierre/cvs/php_5_2/ext/gd/tests/bug39780.png' is not a valid PNG file in /home/pierre/cvs/php_5_2/ext/gd/tests/bug39780.php on line 3 bool(false) -- 2.40.0