]> granicus.if.org Git - php/commitdiff
Update - we purged the full list\!
authorSascha Schumann <sas@php.net>
Thu, 3 Apr 2003 18:22:14 +0000 (18:22 +0000)
committerSascha Schumann <sas@php.net>
Thu, 3 Apr 2003 18:22:14 +0000 (18:22 +0000)
TODO_SEGFAULTS

index 1e743e95d3811fedb30dffaafbb8d366add82369..416cea8ff355a719dd19bbbf95b44a1e9eca950f 100644 (file)
@@ -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