yet another patch for beta15 coredumps

From: Duane Wessels <wessels>
Date: Mon, 10 Jun 96 08:50:20 -0700

This may be the real culprit, however I cannot yet reproduce the bug
here, so I can't say for sure. If anyone applies this please let us
know if it does or does not seem to help.

Duane W.

Index: ipcache.c
===================================================================
RCS file: /surf1/CVS/squid/src/ipcache.c,v
retrieving revision 1.26.2.49
diff -c -w -r1.26.2.49 ipcache.c
*** ipcache.c 1996/06/10 03:03:34 1.26.2.49
--- ipcache.c 1996/06/10 15:46:30
***************
*** 1041,1047 ****
      for (p = i->pending_head; p; p = p->next) {
        if (p->fd == fd) {
            p->handler = NULL;
- safe_free(p->handlerData);
            /* let ipcache_call_pending() remove from the linked list */
            return 1;
        }
--- 1043,1048 ----
Received on Mon Jun 10 1996 - 08:50:20 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:29 MST