Subject: Re: kern/35278: veriexec sometimes feeds user va to log(9)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Elad Efrat <elad@NetBSD.org>
List: netbsd-bugs
Date: 12/23/2006 12:35:02
The following reply was made to PR kern/35278; it has been noted by GNATS.
From: Elad Efrat <elad@NetBSD.org>
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
Cc: gnats-bugs@NetBSD.org
Subject: Re: kern/35278: veriexec sometimes feeds user va to log(9)
Date: Sat, 23 Dec 2006 14:32:00 +0200
YAMAMOTO Takashi wrote:
> if you types '/bin/ls' and it was a symlink to '/bin/anotherls'.
I just tried that:
phyre:elad {6} ln -s /bin/ls myls
phyre:elad {7} ./myls
/var/log/messages:
Dec 22 13:13:23 phyre /netbsd: Veriexec: Match. [/bin/ls]
Dec 22 13:13:23 phyre /netbsd: Veriexec: Match. [/lib/libc.so.12]
Dec 22 13:13:23 phyre /netbsd: Veriexec: Match. [[mmap]]
or do you mean something else?
-e.