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

Modified Files:
	src/sys/sys: mbuf.h

Log Message:
null out m_pkthdr.rcvif on MGETHDR.  otherwise we will touch unexpected
memory region on m->m_pkthdr.rcvif access (NULL is at least debuggable than
random junk value).


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/sys/sys/mbuf.h

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