Subject: Re: kern/36548: Trailing NULs written to files over NFS
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Steve Woodford <scw@netbsd.org>
List: netbsd-bugs
Date: 06/28/2007 13:51:40
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