Subject: Re: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Christoph Badura <bad@bsd.de>
List: source-changes
Date: 07/06/2004 23:29:21
On Fri, Jun 25, 2004 at 03:23:57PM +0000, Jun-ichiro itojun Hagino wrote:
> 
> 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).

Should this be #ifdef DIAGNOSTIC or DEBUG?

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