ID: 46433
User updated by: ak at pre-secure dot de
Reported By: ak at pre-secure dot de
Status: Bogus
Bug Type: GD related
Operating System: Linux (OpenSUSE)
-PHP Version: 5.2.6
+PHP Version: 5.2.9
Assigned To: pajoye
New Comment:
I was able to reproduce the Problem with the current release. It occurs
if you try to open an image with an crc error.
Reproduce code:
---------------
while(true) {
print "\nMemory: ".memory_get_usage();
imagecreatefrompng("anyimage.png");
}
Image:
--------------
http://drahop.de/php/anyimage.png
Previous Comments:
------------------------------------------------------------------------
[2008-10-31 13:45:59] [email protected]
not a bug > bogus
------------------------------------------------------------------------
[2008-10-31 13:43:32] ak at pre-secure dot de
Seems to be fixed with the newest snapshot. Cannot reproduce it
anymore.
------------------------------------------------------------------------
[2008-10-31 13:42:42] [email protected]
Please provide an example image (link to it or drop me a mail).
------------------------------------------------------------------------
[2008-10-31 13:20:03] ak at pre-secure dot de
I have to admit that my initial bugreport is a litte bit too
unspecific.
The memory problem only occures if the image is "tainted", f.e. taking
a valid png and change a arbitrary line in the source.
This will result in an error like this:
PHP Warning: imagecreatefrompng(): gd-png: fatal libpng error: IDAT:
CRC error in ----
and a rapid growth of the memory usage.
------------------------------------------------------------------------
[2008-10-30 16:49:46] [email protected]
Please try using this CVS snapshot:
http://snaps.php.net/php5.2-latest.tar.gz
For Windows:
http://windows.php.net/snapshots/
I can't reproduce it using 5.2.7CVS.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/46433
--
Edit this bug report at http://bugs.php.net/?id=46433&edit=1