Subject: Re: is this a linux users' FUD spread?
To: None <current-users@netbsd.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: current-users
Date: 07/13/2006 16:12:26
On Thu, Jul 13, 2006 at 07:08:55AM -0700, Bill Studenmund wrote:
> There is one, though we probably won't hit it.
> 
>         if ((resid = count * size) == 0)
>                 return (0);
> 
> We don't check to see that resid will actually fit in a size_t.

Yes, that's what I meant.

Pavel