]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Stefan Fritsch <sf@sfritsch.de>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 30 Sep 2010 04:38:54 +0000 (22:38 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 30 Sep 2010 04:38:54 +0000 (22:38 -0600)
commit71f0c34536c38626c99936ff634722f54c7ef9b6
tree8a98147916775c3f43f67c8c88b613c6f9a76de6
parenta8d94214b4c1ccf37a622efd152e2a8896768638
Author: Stefan Fritsch <sf@sfritsch.de>
Bug 3058: errorSend and ICY leak MemBuf object.

HttpReply::pack() returns a MemBuf pointer that must be deleted. Fixed leaking
errorSend() function in errorpage.cc and ICY parsing hack in
HttpStateData::processReplyHeader().
src/errorpage.cc
src/http.cc