]> granicus.if.org Git - php/commitdiff
pack() issues were resolved.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 23 Feb 2005 22:40:18 +0000 (22:40 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 23 Feb 2005 22:40:18 +0000 (22:40 +0000)
TODO_SEGFAULTS

index b8bda39c84229fb4731fa039e40ddda7f09e88c0..811b22324ef8c109151e227ee4e81d5225442e5c 100644 (file)
@@ -25,12 +25,12 @@ Fixed:
     mb_strcut('', [number greater than the length of first arg]) (Moriyoshi)
     ext/exif, ext/dba (Marcus)
     php_base64_encode (Moriyoshi)
+    pack (Ilia)
        
 Open:
 
     the dbase extension         (1)
     socket_select               (2)
-    pack                        (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,
@@ -70,8 +70,6 @@ Methodology
 
         echo dbase_open | php do_crash.txt
 
-(3) multiple integer overflows, ex. pack("d4294967297", 2);
-
 Amendment 1.
 
 CFLAGS='-O0 -g' \