From: Sascha Schumann Date: Thu, 3 Apr 2003 20:07:40 +0000 (+0000) Subject: one in socket_select X-Git-Tag: php-4.3.2RC2~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0200c77d7eac455d53588dc4c9aa3d50015a406c;p=php one in socket_select --- diff --git a/TODO_SEGFAULTS b/TODO_SEGFAULTS index d3d9eb3f80..888361a0e9 100644 --- a/TODO_SEGFAULTS +++ b/TODO_SEGFAULTS @@ -25,6 +25,7 @@ Open: the dbase extension (1) mb_strcut('', 2147483647); (2) chunk_split (3) + socket_select (4) (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, @@ -53,6 +54,7 @@ X (3) integer overflow in php_chunk_split +(4) heap corruption, dies in efree()/execute() Methodology