]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #507: Crash after ftpDataWriteCallback
authorhno <>
Sat, 1 Feb 2003 20:38:44 +0000 (20:38 +0000)
committerhno <>
Sat, 1 Feb 2003 20:38:44 +0000 (20:38 +0000)
commit518a192ec7158840d8337a22e6bd303ab204aa46
tree4e5475cb0e0ddd34e4fc245d7738be9bd6682171
parenta0cd8f9950e2287d0ecc77e2c244bbb883688257
Bug #507: Crash after ftpDataWriteCallback

A cbdata fence error when aborting FTP requests caused Squid to segfault
if a FTP PUT request was aborted while Squid was actively sending data
to the FTP server.

It is possible this fence error could also be triggered by other abort
conditions in FTP such as timeouts etc, producing slightly different symptoms.
src/ftp.cc