sas Thu Apr 3 15:07:40 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 TODO_SEGFAULTS
Log:
one in socket_select
Index: php4/TODO_SEGFAULTS
diff -u php4/TODO_SEGFAULTS:1.1.2.21 php4/TODO_SEGFAULTS:1.1.2.22
--- php4/TODO_SEGFAULTS:1.1.2.21 Thu Apr 3 14:46:26 2003
+++ php4/TODO_SEGFAULTS Thu Apr 3 15:07:40 2003
@@ -25,6 +25,7 @@
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 @@
(3) integer overflow in php_chunk_split
+(4) heap corruption, dies in efree()/execute()
Methodology
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php