tags 385295 + patch thanks hi,
Christian Aichinger took some time to investigate the second segfault too, see
attached patch.
bye,
- michael
--- http.c.orig 2006-09-11 22:37:21.000000000 +0200
+++ http.c 2006-09-11 22:37:54.000000000 +0200
@@ -292,7 +292,7 @@
while(TRUE){
x = 0;
- memset(&line, 0, sizeof(line));
+ memset(line, 0, len);
while((n = socket_read(C, &c, 1)) == 1){
if(x >= len){
len += 2048;

