exif_imagetype,exif_thumbnail (Rasmus)
dbase_open (Rasmus)
array_pad (Rasmus)
- str_repeat (Ilia)
setlocale (Rasmus)
unregister_tick_function (Rasmus)
bcsub (Rasmus)
+ str_repeat (Ilia)
+ imagecopyresized (Ilia)
mb_ereg, mb_ereg_match, mb_eregi, mb_split (Moriyoshi)
xml_parser_create (Moriyoshi)
ob_start (Sascha)
mb_strcut('', 2147483647); (2)
chunk_split (3)
socket_select (4)
+ php_imagepolygon (5)
(1) heap corruption, mostly visible in malloc-related calls. Whether you see
this or not might depend on your libc/compiler. Hard to track down,
echo dbase_open | php do_crash.txt
-
+(5) integer overflow inside php_imagepolygon and possible subsequent
+ integer overflows inside gdlib's gdImageFilledPolygon().
Ammendment 1.