Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 03/17/2006 08:51:35
Module Name:	src
Committed By:	erh
Date:		Fri Mar 17 08:51:35 UTC 2006

Modified Files:
	src/sys/kern: exec_elf32.c

Log Message:
Found by coverity issue 887.  Check for NULL before using base_ph so
an interpreter that does not have PT_LOAD in the program header doesn't
crash the system.


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

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