From: Sascha Schumann Date: Thu, 3 Apr 2003 19:21:50 +0000 (+0000) Subject: another one fixed, a new one found X-Git-Tag: php-4.3.2RC2~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfaf2a8f36f3230e241579931a8f8ae4a1756f6f;p=php another one fixed, a new one found --- diff --git a/TODO_SEGFAULTS b/TODO_SEGFAULTS index 2b98ff0119..794f441722 100644 --- a/TODO_SEGFAULTS +++ b/TODO_SEGFAULTS @@ -15,11 +15,13 @@ Fixed: bcsub (Rasmus) mb_ereg, mb_ereg_match, mb_eregi, mb_split (Moriyoshi) xml_parser_create (Moriyoshi) - ob_start (3) (Sascha) - + ob_start (Sascha) + imagecreate/-truecolor (Sascha) + Open: - the dbase extension(1) + the dbase extension (1) + mb_strcut('', 2147483647); (2) (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, @@ -39,6 +41,12 @@ dbase_numrecords dbase_open X +(2) backtrace: +#0 0x080b828e in mbfl_strcut (string=0xbfffbde0, result=0xbfffbdd0, + from=2147483647, length=0) + at /home/sas/src/php4/ext/mbstring/mbfilter.c:8258 + 8258 (*encoder->filter_function)(*p++, encoder TSRMLS_CC); + Methodology