From: Sascha Schumann Date: Thu, 3 Apr 2003 18:22:14 +0000 (+0000) Subject: Update - we purged the full list\! X-Git-Tag: php-4.3.2RC2~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=868602b5ab5526fd5801397c0634453c171aa9bf;p=php Update - we purged the full list\! --- diff --git a/TODO_SEGFAULTS b/TODO_SEGFAULTS index 1e743e95d3..416cea8ff3 100644 --- a/TODO_SEGFAULTS +++ b/TODO_SEGFAULTS @@ -15,28 +15,11 @@ Fixed: bcsub (Rasmus) mb_ereg, mb_ereg_match, mb_eregi, mb_split (Moriyoshi) xml_parser_create (Moriyoshi) + ob_start (3) (Sascha) Open: - ob_start (3) (Unable to reproduce - Moriyoshi) - - Notes: - -(3) calling ob_start in weird ways caused a segfault in - php_formatted_print(). In this line: - - format = Z_STRVAL_PP(args[0]); - - format was zero. The zval appeared to be fubar'ed. - - When one comments out the (unused) line - - $maxa = array_fill(100,1000,&$maxn); - - in the current test script, the segfault can be reproduced (it probably - influences the heap layout, so that ob_start does not scribble over - important memory). - + none at this time Methodology