Subject: PR/35278 CVS commit: [netbsd-4] src/sys
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 01/03/2007 14:00:11
The following reply was made to PR kern/35278; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35278 CVS commit: [netbsd-4] src/sys
Date: Wed,  3 Jan 2007 13:59:32 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Wed Jan  3 13:59:32 UTC 2007
 
 Modified Files:
 	src/sys/kern [netbsd-4]: vfs_lookup.c vfs_syscalls.c
 	src/sys/sys [netbsd-4]: namei.h
 
 Log Message:
 Pull up following revision(s) (requested by elad in ticket #304):
 	sys/kern/vfs_syscalls.c: revision 1.282
 	sys/kern/vfs_lookup.c: revision 1.76
 	sys/sys/namei.h: revision 1.47
 PR/35278: YAMAMOTO Takashi: veriexec sometimes feeds user va to log(9)
 Introduce the (intentionally undocumented) pathname_get(), pathname_path(),
 and pathname_put(), to deal with allocating and copying of pathnames from
 either kernel- or user-space.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.72 -r1.72.2.1 src/sys/kern/vfs_lookup.c
 cvs rdiff -r1.279 -r1.279.2.1 src/sys/kern/vfs_syscalls.c
 cvs rdiff -r1.45 -r1.45.8.1 src/sys/sys/namei.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.