Subject: CVS commit: [netbsd-2-0] src/sys/netinet
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 08/03/2004 22:37:09
Module Name:	src
Committed By:	jmc
Date:		Tue Aug  3 22:37:09 UTC 2004

Modified Files:
	src/sys/netinet [netbsd-2-0]: ip_icmp.c

Log Message:
Pullup rev 1.85-1.87 (requested by christos in ticket #732)

icmp_reflect: check if m_pkthdr.rcvif is non-NULL before touching it.
icmp_reflect could be called from the output path, so m_pkthdr.rcvif may not
be set.  (found by panic when PF is configured "block return all")


To generate a diff of this commit:
cvs rdiff -r1.82.2.1 -r1.82.2.2 src/sys/netinet/ip_icmp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.