]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/icap/ModXact.cc
Fix bug introduced by r14838.
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 24 Oct 2016 08:31:40 +0000 (11:31 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 24 Oct 2016 08:31:40 +0000 (11:31 +0300)
commit7171d5fbe2653c8356bc92cea6791dc8fff989c0
tree9136d8ef27e9fd5b14473d40fdbf813fb579c3a2
parent2ccfb9a74e3a4f63b21dc4cb6d9335421fc9968c
Fix bug introduced by r14838.

Squid crashed because HttpMsg::body_pipe was used without check that it
was initialized. The message lacks body pipe when it has no body or
empty body.
src/adaptation/icap/ModXact.cc