Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/29/2006 14:48:15
Module Name:	src
Committed By:	christos
Date:		Fri Sep 29 14:48:15 UTC 2006

Modified Files:
	src/sys/arch/i386/i386: trap.c

Log Message:
Coverity CID 3664/2964: Add KASSERTS before dereferencing l, p; these really
can't be NULL at this point, but adding the checks does not hurt
(from Arnaud Lacombe)


To generate a diff of this commit:
cvs rdiff -r1.213 -r1.214 src/sys/arch/i386/i386/trap.c

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