moriyoshi               Fri Apr  4 04:11:28 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4       TODO_SEGFAULTS 
  Log:
  segfault busting news
  replacing one tab to 4 spaces
  
  
Index: php4/TODO_SEGFAULTS
diff -u php4/TODO_SEGFAULTS:1.1.2.25 php4/TODO_SEGFAULTS:1.1.2.26
--- php4/TODO_SEGFAULTS:1.1.2.25        Thu Apr  3 20:17:35 2003
+++ php4/TODO_SEGFAULTS Fri Apr  4 04:11:28 2003
@@ -19,12 +19,12 @@
     ob_start (Sascha)
     imagecreate/-truecolor (Sascha)
     flock (Sascha)
-       register_shutdown_function (Sascha)
+    register_shutdown_function (Sascha)
+    mb_strcut('', [number greater than the length of first arg]) (Moriyoshi)
        
 Open:
 
     the dbase extension         (1)
-    mb_strcut('', 2147483647);  (2)
     chunk_split                 (3)
     socket_select               (4)
     php_imagepolygon           (5)
@@ -48,13 +48,6 @@
 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);
-
 
 (3) integer overflow in php_chunk_split
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to