]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
authorrousskov <>
Tue, 16 Oct 2007 20:38:18 +0000 (20:38 +0000)
committerrousskov <>
Tue, 16 Oct 2007 20:38:18 +0000 (20:38 +0000)
commit54e3f3271f0d5ab8155663d7ea963d10630d05ac
tree7f743c2b0a869127aa76931435f1b6c66c3aee4d
parent4e9c5ff87bb451c3ad2f20990c1b2608c14c2f27
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
Bug #2098 fix: SegFault in tunnelConnectTimeout error page generation.

The tunnelConnectTimeout function used the tunnelState object (and propably
the tunnelState->request object) after they were freed by the comm_close call.
The fix moves the comm_close call to the end of tunnelConnectTimeout.
src/tunnel.cc