summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2007-05-16 22:21:41 +0000
committerPierre Joye <pajoye@php.net>2007-05-16 22:21:41 +0000
commit7807477a87ebdc72b27f1464f125ac13233f8408 (patch)
tree600596962ff6d4bf8b9448451aa252a308612ff9
parent587de83684da02c5e7544fcbdc6ba580a0b49ea8 (diff)
downloadphp-git-7807477a87ebdc72b27f1464f125ac13233f8408.tar.gz
- MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix test
(Reported by Xavier Roche)
-rw-r--r--ext/gd/tests/bug39780.phpt6
1 files 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)