From 80a2e3b4be1b6be5517112e81abd749985aaf231 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 23 Feb 2005 22:40:18 +0000 Subject: [PATCH] pack() issues were resolved. --- TODO_SEGFAULTS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO_SEGFAULTS b/TODO_SEGFAULTS index b8bda39c84..811b22324e 100644 --- a/TODO_SEGFAULTS +++ b/TODO_SEGFAULTS @@ -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' \ -- 2.50.1