Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/24/2000 19:41:55
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Feb 25 03:41:55 UTC 2000

Modified Files:
	syssrc/sys/netiso: tp_emit.c

Log Message:
clear m_pkthdr for M_PKTHDR mbuf, so that we do not get panic with
old data in pointer fields.  NOTE: we'll extend m_pkthdr field soon.

why does the code allocate mbuf by its own?


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/netiso/tp_emit.c

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