Date: Fri, 9 Mar 2001 02:40:09 +0100 (CET) From: Luigi Rizzo <luigi@info.iet.unipi.it> To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> Cc: Poul-Henning Kamp <phk@critter.freebsd.dk>, Ian Dowse <iedowse@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_icmp.c ip_input.c Message-ID: <200103090140.CAA44316@info.iet.unipi.it> In-Reply-To: <200103082140.NAA26756@gndrsh.dnsmgr.net> from "Rodney W. Grimes" at "Mar 8, 2001 01:40:44 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> merge from current was done. This was the per interface stats > counter stuff, and it looks like it may be possible to deref > a null ia->ia_ifa in the DUMMYNET case, though this is from all actually ia is the field which might be NULL. If this is similar to other cases, it should occur with icmp packets. Someone seeing the problem might try to add a check for ia==NULL, comment out the per-address statistics, and see if the check triggers for some kind of packets. (2:40am here so don't ask me to try it now...) cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103090140.CAA44316>