Subject: CVS commit: [netbsd-3-0] src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 11/22/2007 19:06:27
Module Name:	src
Committed By:	bouyer
Date:		Thu Nov 22 19:06:27 UTC 2007

Modified Files:
	src/sys/netinet6 [netbsd-3-0]: ipcomp_input.c

Log Message:
Pull up following revision(s) (requested by jdc in ticket #1879):
	sys/netinet6/ipcomp_input.c: revision 1.28
From FreeBSD:
    In ipcomp6_input(), check 'md' not 'm' after a call to m_pulldown(): 'm'
    may be a stale pointer at this point, and we're interested in whether or
    not m_pulldown() failed.
    Noticed by:     Coverity Prevent analysis tool


To generate a diff of this commit:
cvs rdiff -r1.22.14.2 -r1.22.14.2.2.1 src/sys/netinet6/ipcomp_input.c

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