Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 02/14/2006 21:43:02
Module Name: src
Committed By: rpaulo
Date: Tue Feb 14 21:43:02 UTC 2006
Modified Files:
src/sys/netinet6: ipcomp_input.c
Log Message:
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.27 -r1.28 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.