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 17:15:04
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: Sun, 24 Dec 2006 02:13:24 +0900 (JST)
> ugh! any plans in sight to fix that?
that == VOP interfaces?
i don't think there's a quick way.
> or should we fall back to any
> of the previous ideas?
maybe, unless you want to add more ugliness to namei. :)
> if the latter, unless you object, I'd like just do the PNBUF_GET() +
> copyinstr() + PNBUF_PUT() dance where we need them for netbsd-4, and
> on the trunk we can look into changing NDINIT()/namei().
>
> -e.
do you mean to leave the trunk broken for now?
YAMAMOTO Takashi