Subject: Re: kern/36548: Trailing NULs written to files over NFS
To: None <scw@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: netbsd-bugs
Date: 06/28/2007 22:13:24
> On Thursday 28 June 2007 12:24, YAMAMOTO Takashi wrote:
> > is it reproducable with something simpler, like the following?
> >
> > 	(echo aaa;/bin/echo bbb;echo ccc;echo ddd) > xxx
> 
> Yes. Both ccc and ddd strings are replaced by NULs.
> 
> Cheers, Steve

hm.
if the problem is new, can you narrow down which commit introduced it?
a culprit is nfs_bio.c rev.1.155, but i'm not sure.

YAMAMOTO Takashi