]> granicus.if.org Git - php/commitdiff
renumbering
authorMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 4 Apr 2003 09:13:28 +0000 (09:13 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 4 Apr 2003 09:13:28 +0000 (09:13 +0000)
TODO_SEGFAULTS

index 00ab6a5dd7dc6edf0d9267f5cf71d8df2defa6bf..c9e46452f2496af38409bfde6d71c341a69a040a 100644 (file)
@@ -25,11 +25,11 @@ Fixed:
 Open:
 
     the dbase extension         (1)
-    chunk_split                 (3)
-    socket_select               (4)
-    php_imagepolygon           (5)
-    imagesetstyle              (6)
-    bundled gd                 (7)
+    chunk_split                 (2)
+    socket_select               (3)
+    php_imagepolygon            (4)
+    imagesetstyle               (5)
+    bundled gd                  (6)
        
 (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,
@@ -49,9 +49,9 @@ dbase_numrecords
 dbase_open
 X 
 
-(3) integer overflow in php_chunk_split
+(2) integer overflow in php_chunk_split
 
-(4) heap corruption, dies in efree()/execute()
+(3) heap corruption, dies in efree()/execute()
 
 Methodology