]> git.ipfire.org Git - thirdparty/squid.git/commit
- attempt to fix "peer disappeared" coredumps:
authorrousskov <>
Mon, 21 Sep 1998 10:33:45 +0000 (10:33 +0000)
committerrousskov <>
Mon, 21 Sep 1998 10:33:45 +0000 (10:33 +0000)
commit966af041203d7bf89e140658713a3a9e9aa50410
treebc55ac4a84235ced1e31ed681b549f378edf76bf
parent5f25e839f7c2b545b436107a88bd16358d1bd322
- 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.
ChangeLog