pajoye Wed Apr 4 00:41:08 2007 UTC
Modified files:
/php-src/ext/gd/libgd gd_topal.c
Log:
- MFB: colors allocated henceforth from the resulting image overwrite
the palette colors (sync with 2.0.34) (Rob Leslie)
http://cvs.php.net/viewvc.cgi/php
iliaa Wed Aug 11 19:25:50 2004 EDT
Modified files:
/php-src/ext/gd/libgd gd_topal.c
Log:
Fixed memory leak.
http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gd_topal.c?r1=1.16&r2=1.17&ty=u
Index: php-src/ext/gd/libgd/gd_topal.c
diff -u php-src/ext/gd/
iliaa Sun May 9 13:47:32 2004 EDT
Modified files:
/php-src/ext/gd/libgd gd_topal.c
Log:
Fixed bug #28311 (Transparency detection code is off by 1).
http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gd_topal.c?r1=1.14&r2=1.15&ty=u
Index: php-src/ext/gd
iliaa Tue Dec 30 20:01:45 2003 EDT
Modified files:
/php-src/ext/gd/libgd gd_topal.c wbmp.c
Log:
Replace regular malloc with safe_emalloc in several places.
Index: php-src/ext/gd/libgd/gd_topal.c
diff -u php-src/ext/gd/libgd/gd_topal.c:1.13 php-src/ext