From: rousskov <> Date: Mon, 21 Sep 1998 10:33:45 +0000 (+0000) Subject: - attempt to fix "peer disappeared" coredumps: X-Git-Tag: SQUID_3_0_PRE1~2685 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=966af041203d7bf89e140658713a3a9e9aa50410;p=thirdparty%2Fsquid.git - attempt to fix "peer disappeared" coredumps: In every callback function check if callback data is valid and completely abort any work with that digest if it is not the fix may eliminate coredumps, but may leak (at least) digest memory; peer structure gets de-allocated in another module, and perhaps we should deallocate digests there as well. --- diff --git a/ChangeLog b/ChangeLog index 5e0d37d3ba..73c064a05d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ Forster). - Give always_direct higher precedence than never_direct (Henrik Nordstrom). + - experimental attempt to fix "peer disappeared" coredumps Changes to squid-1.2.beta24 (August 21, 1998):