Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 06/25/2004 15:43:00
Module Name:	src
Committed By:	itojun
Date:		Fri Jun 25 15:43:00 UTC 2004

Modified Files:
	src/sys/netinet: ip_icmp.c

Log Message:
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.85 -r1.86 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.