Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 12/29/2003 04:19:28
Module Name: src
Committed By: atatat
Date: Mon Dec 29 04:19:28 UTC 2003
Modified Files:
src/sys/kern: kern_sysctl.c
Log Message:
Avoid dereferencing l in sysctl_lookup(), because it can be NULL.
Note one point where a possibility of a fault exists.
To generate a diff of this commit:
cvs rdiff -r1.156 -r1.157 src/sys/kern/kern_sysctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.