]> granicus.if.org Git - php/commitdiff
add chunk_split
authorSascha Schumann <sas@php.net>
Thu, 3 Apr 2003 19:33:55 +0000 (19:33 +0000)
committerSascha Schumann <sas@php.net>
Thu, 3 Apr 2003 19:33:55 +0000 (19:33 +0000)
TODO_SEGFAULTS

index 794f441722fa7f02f0445d75cf461c267cf84138..ed837ce6b9dee9b4a7ccad49a336fb7f2e8162c9 100644 (file)
@@ -22,6 +22,7 @@ Open:
 
     the dbase extension         (1)
     mb_strcut('', 2147483647);  (2)
+    chunk_split                 (3)
        
 (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,
@@ -47,7 +48,10 @@ X
     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
+
+
 Methodology
 
     1. Use a plain PHP_4_3 tree