Subject: CVS commit: [netbsd-2] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 03/20/2006 17:52:20
Module Name: src
Committed By: riz
Date: Mon Mar 20 17:52:20 UTC 2006
Modified Files:
src/sys/kern [netbsd-2]: exec_elf32.c
Log Message:
Pull up following revision(s) (requested by erh in ticket #10380):
sys/kern/exec_elf32.c: revisions 1.110-1.111
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.
Also, KNF.
To generate a diff of this commit:
cvs rdiff -r1.97.2.1 -r1.97.2.1.2.1 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.