Re: Security: gsu




On 25 Feb 1999, Martin Baulig wrote:

> Am I correct that this
> 
> 	read(user_supplied_data, password, -1)
> 
> equals to
> 
> 	read(user_supplied_data, password, MAXINT-1)

That's my guess.

> I will change this to be `size_t len' in CVS - is this the correct fix,
> a `size_t' should always be unsigned ?

I would just use "unsigned int"

Chris



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]