Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 12/23/2006 17:23:51
Module Name:	src
Committed By:	elad
Date:		Sat Dec 23 17:23:51 UTC 2006

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

Log Message:
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.233 -r1.234 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.