Bug#562012: squid3: Memory filling during file download

2010-02-19 Thread lepton0
Hello, to reproduce this bug try to run this commands : { echo -ne "HTTP/1.1 200 OK\r\nVary: *\r\n\r\n"; while [ 1 ]; do echo -n 'a'; done } | nc -l 80 and then connect to http://localhost using squid. I believe that following patch should solve the problem : --- squid-3.0.STABLE21/src/http.cc

Bug#345814: libapache-mod-ssl: segmentation fault when timeout occurs

2006-01-03 Thread lepton0
Package: libapache-mod-ssl Severity: normal modssl does not propoerly handle timeout situation when data are send to the client reproduce schema : 1. place some data on web serwer: dd if=/dev/zero of=file bs=1M count=5 2. generate timeout : to generate timeout i used iptables ( lets assume t