]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4842: Memory leak when http_reply_access uses external_acl (#424)
authorChristos Tsantilas <christos@chtsanti.net>
Sat, 29 Jun 2019 07:15:34 +0000 (07:15 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Thu, 4 Jul 2019 11:01:16 +0000 (23:01 +1200)
commit020627fe1289bb234c183b59a1bba607e1b3a5dc
tree9bceb52e3fb4bd9c4e79a90691221201fa5b1269
parent2d3a615ea3440fae6dbe66277a95e6264c586c6b
Bug 4842: Memory leak when http_reply_access uses external_acl (#424)

Http::One::Server::handleReply() sets AccessLogEntry::reply which may
already be set. It is already set, for example, when the ACL code
has already called syncAle() because external ACLs require an ALE.

This bug was introduced by commit fbbea6620.

This is a Measurement Factory project.
src/servers/Http1Server.cc