Subject: CVS commit: [netbsd-4] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 12/30/2006 05:22:43
Module Name:	src
Committed By:	riz
Date:		Sat Dec 30 05:22:43 UTC 2006

Modified Files:
	src/sys/kern [netbsd-4]: kern_exec.c

Log Message:
Pull up following revision(s) (requested by elad in ticket #299):
	sys/kern/kern_exec.c: revision 1.234
Use ndp->ni_cnd.cn_pnbuf, not epp->ep_ndp->ni_dirp, for the pathname
for Veriexec/PaX purposes.
(this is safe here because the nameiop is LOOKUP.)
Fixes part of PR/35278.


To generate a diff of this commit:
cvs rdiff -r1.232.2.1 -r1.232.2.2 src/sys/kern/kern_exec.c

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