Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: Arnaud Lacombe <alc@netbsd.org>
List: source-changes
Date: 12/27/2006 18:49:40
Module Name:	src
Committed By:	alc
Date:		Wed Dec 27 18:49:40 UTC 2006

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

Log Message:
CID-3317: check for 'm != NULL' before using it (rework the code path to
explicitly return `EINVAL'. Before, it was done but later in
ip6_setpktopt() when checking for 'len < ...')
CID-3316: check for 'm != NULL' before using it

ok christos@


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/sys/netinet6/ip6_output.c

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