Subject: Re: kern/36548: Trailing NULs written to files over NFS
To: None <yamt@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: netbsd-bugs
Date: 06/28/2007 13:15:05
The following reply was made to PR kern/36548; it has been noted by GNATS.

From: yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
To: scw@netbsd.org
Cc: gnats-bugs@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: kern/36548: Trailing NULs written to files over NFS
Date: Thu, 28 Jun 2007 22:13:24 +0900 (JST)

 > 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