From owner-cvs-all Thu Mar 8 17:41:51 2001 Delivered-To: cvs-all@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id 4B60037B71B; Thu, 8 Mar 2001 17:41:45 -0800 (PST) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id CAA44316; Fri, 9 Mar 2001 02:40:09 +0100 (CET) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200103090140.CAA44316@info.iet.unipi.it> Subject: Re: cvs commit: src/sys/netinet ip_icmp.c ip_input.c In-Reply-To: <200103082140.NAA26756@gndrsh.dnsmgr.net> from "Rodney W. Grimes" at "Mar 8, 2001 01:40:44 pm" To: "Rodney W. Grimes" Date: Fri, 9 Mar 2001 02:40:09 +0100 (CET) Cc: Poul-Henning Kamp , Ian Dowse , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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