]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- 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)
  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

index 5e0d37d3bad3b42dd662b1e226cf7f398fdb941c..73c064a05d33401f7b2107369eacf05442b54a96 100644 (file)
--- 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):