Subject: Re: copyinstr() with a zero-length buffer
To: None <tech-kern@netbsd.org>
From: Charles M. Hannum <root@ihack.net>
List: tech-kern
Date: 11/02/1999 11:30:10
Looks like the Alpha port also gets this wrong.  In the maxlen==0
case, t1 will be uninitialized, and therefore the return value may be
`random'.