Subject: PR/35278 CVS commit: [netbsd-4] src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 12/30/2006 05:25:04
The following reply was made to PR kern/35278; it has been noted by GNATS.
From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/35278 CVS commit: [netbsd-4] src/sys/kern
Date: Sat, 30 Dec 2006 05:22:43 +0000 (UTC)
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.