]> granicus.if.org Git - php/commitdiff
another one fixed, a new one found
authorSascha Schumann <sas@php.net>
Thu, 3 Apr 2003 19:21:50 +0000 (19:21 +0000)
committerSascha Schumann <sas@php.net>
Thu, 3 Apr 2003 19:21:50 +0000 (19:21 +0000)
TODO_SEGFAULTS

index 2b98ff011988469ed021c56b631cf89f80f27bbf..794f441722fa7f02f0445d75cf461c267cf84138 100644 (file)
@@ -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