]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4978: eCAP crash after using MyHost().newRequest() (#449)
authorVadim Salavatov <xremmargorpx@gmail.com>
Tue, 6 Aug 2019 23:11:36 +0000 (23:11 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 7 Aug 2019 09:11:27 +0000 (09:11 +0000)
commit71778e77daf5231e8b97195b831b4889aa1fa53e
tree9115ee2d055c954130723707b6c14d42e82e3e6e
parenta4029d6ddd5ba8c4b988e804a7e7df6a00f42e6f
Bug 4978: eCAP crash after using MyHost().newRequest() (#449)

Since commit 8babada, Squid was using a c_str() result after its
std::string toString() source went out of scope.
src/adaptation/ecap/MessageRep.cc