]> git.ipfire.org Git - thirdparty/squid.git/commit
Squid segfault via Ftp::Client::readControlReply().
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 5 Aug 2016 14:59:33 +0000 (02:59 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Aug 2016 14:59:33 +0000 (02:59 +1200)
commitad55923ea71332ede32331e3cf6153912d212407
tree9de49bb6ca8342571edc165762f6d268bfed40fa
parentf573dfb5ab9a1e7d87a328d260ca524d4244666f
Squid segfault via Ftp::Client::readControlReply().

Ftp::Client::scheduleReadControlReply(), which may called from the
asynchronous start() or readControlReply()/handleControlReply()
handlers, does not check whether the control connection is still usable
before using it.

This is a Measurement Factory project.
src/clients/FtpClient.cc