Subject: PR/35278 CVS commit: src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Elad Efrat <elad@netbsd.org>
List: netbsd-bugs
Date: 12/23/2006 17:25:03
The following reply was made to PR kern/35278; it has been noted by GNATS.

From: Elad Efrat <elad@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35278 CVS commit: src/sys/kern
Date: Sat, 23 Dec 2006 17:23:51 +0000 (UTC)

 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.