PATCH: udhcpd "option domain" multiple values

Gabriel L. Somlo somlo at cmu.edu
Thu Feb 1 19:21:42 PST 2007


On Fri, Feb 02, 2007 at 02:55:13AM +0100, Denis Vlasenko wrote:
> 
> No. My check is really
> 
> 		if (existing->data[OPT_LEN] + length == 255)
> 
> that is, "is it exactly 255? that wont fit because of +1!"
> but I use >= because of sheer paranoia. ;)

Heh... You're right, of course...

That's why I like using computers -- you only have to get this
crap right once, and won't keep having to worry about spotting
that equal sign after the > sign... Or something... :) :)

Cheers,
Gabriel


More information about the busybox mailing list