Re: 1.1.13 coredump fix

From: Edwin Culp <eculp@dont-contact.us>
Date: Fri, 11 Jul 1997 07:48:19 -0500

Is this patch applicable to all O.S. and C.P.U's?

Thanks

Ed
Viktor Korotkikh wrote:
>
> Thanks, Ed, it works.
>
> Viktor
>
> Ed Knowles <ed@fatboy.geog.unsw.edu.au> wrote:
> >
> > Subject: 1.1.13 coredump fix
> > Date: Thu, 10 Jul 1997 21:22:04 -0500
> > From: "Ed Knowles" <ed@fatboy.geog.unsw.edu.au>
> > To: squid-users@nlanr.net
> > CC: squid-bugs@nlanr.net
> >
> > G'day All!
> >
> > --- icp.c.orig Thu Jul 10 21:10:34 1997
> > +++ icp.c Thu Jul 10 21:10:45 1997
> > @@ -1330,7 +1330,7 @@
> > header.opcode, inet_ntoa(from.sin_addr));
> > break;
> > }
> > - if (entry->mem_obj && entry->mem_obj->log_url == NULL)
> > + if (entry && entry->mem_obj->log_url == NULL)
> > storeSetLogUrl(entry, icp_request);
> > if (icp_request)
> > put_free_request_t(icp_request)
> >
> > --
> > Ed Knowles aka Jasper Phone : +61 2 9385 4962
> > E-mail: ed@fatboy.geog.unsw.edu.au Fax : +61 2 9313 7878
> >
> > What I lack in morals I make up for in principles.
> >
> __________________________________________________________
Received on Fri Jul 11 1997 - 05:49:46 MDT

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