Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 06/13/2007 05:03:19
Module Name:	src
Committed By:	dyoung
Date:		Wed Jun 13 05:03:19 UTC 2007

Modified Files:
	src/sys/netinet6: icmp6.c

Log Message:
Persuasive programming: check M_UNWRITABLE(m, len) instead of
m->m_len<len before pulling up, because that helps make it clear
that we m_pullup() in order to guarantee that the contiguous region
is *writable*.


To generate a diff of this commit:
cvs rdiff -r1.133 -r1.134 src/sys/netinet6/icmp6.c

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