From: Sascha Schumann Date: Thu, 3 Apr 2003 19:33:55 +0000 (+0000) Subject: add chunk_split X-Git-Tag: php-4.3.2RC2~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4849145b66fe6cc45befd6691864918ea5305087;p=php add chunk_split --- diff --git a/TODO_SEGFAULTS b/TODO_SEGFAULTS index 794f441722..ed837ce6b9 100644 --- a/TODO_SEGFAULTS +++ b/TODO_SEGFAULTS @@ -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