Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/21/2004 12:09:43
Module Name:	src
Committed By:	yamt
Date:		Wed Jul 21 12:09:43 UTC 2004

Modified Files:
	src/sys/kern: uipc_mbuf2.c

Log Message:
m_pulldown: fix mbuf leaks and chain truncation
in the case that m_dup() returns a chain of mbufs.
eg. when you attempt to m_pulldown() the middle of
a large M_EXT mbuf.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/kern/uipc_mbuf2.c

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