Subject: Re: kern/35278: veriexec sometimes feeds user va to log(9)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: netbsd-bugs
Date: 12/23/2006 12:30:03
The following reply was made to PR kern/35278; it has been noted by GNATS.

From: yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
To: elad@NetBSD.org
Cc: gnats-bugs@NetBSD.org
Subject: Re: kern/35278: veriexec sometimes feeds user va to log(9)
Date: Sat, 23 Dec 2006 21:26:36 +0900 (JST)

 > YAMAMOTO Takashi wrote:
 > >>>>> then, you don't care if it's an original pathname or not?
 > >>>> what do you mean "an original pathname or not"?
 > >>> if it's a pathname which is specified by a user.
 > >> you mean if someone types 'ls' vs. 'cd /bin && ./ls'?
 > >>
 > >> -e.
 > > 
 > > eg. symlink resolution.
 > 
 > can you give an example?
 
 if you types '/bin/ls' and it was a symlink to '/bin/anotherls'.
 
 YAMAMOTO Takashi