]> git.ipfire.org Git - thirdparty/squid.git/commit
Reduce Pointer refcounting in forwarding (#592)
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 20 Apr 2020 01:06:54 +0000 (01:06 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 21 Apr 2020 05:02:08 +0000 (05:02 +0000)
commit7d74b4b888d6e9c51bc5897839a24cfd0bea2d5b
treec8b289853b652c205811db21e553cde64dac281d
parent785b6816bdfcd2783e19cbb0f0c761526c7cbd2a
Reduce Pointer refcounting in forwarding (#592)

Remove temporary Pointer copy which confused Coverity scan
into thinking there is a double-free. Should resolve Issue #1461170
and maybe others.
src/FwdState.cc
src/FwdState.h