> > > - (void)fgets(message, sizeof(message), stdin); > > > + (void)fgets(message, MAXMSG, stdin); > > > > There is nothing wrong with the original line here. Please don't change > > things that are fine just to change them. We don't want to ofuscate > > Obviously not, but I didn't see the point in making it inconsistent. You could make the "MAXMSG" you added "sizeof(message)" and been consistent. :) -- -- David ([EMAIL PROTECTED]) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Overflow in banner(1) Kris Kennaway
- Re: Overflow in banner(1) Brian Fundakowski Feldman
- Re: Overflow in banner(1) Warner Losh
- Re: Overflow in banner(1) John Hay
- Re: Overflow in banner(1) David O'Brien
- Re: Overflow in banner(1) Kris Kennaway
- Re: Overflow in banner(1) David O'Brien
- Re: Overflow in banner(1) Warner Losh
- Re: Overflow in banner(1) John Hay
- Re: Overflow in banner(1) David O'Brien
- Re: Overflow in banner(1) Dan Moschuk
- Re: Overflow in banner(1) David O'Brien
- Re: Overflow in banner... Dan Moschuk
- Boot error Douglas Kuntz
- Re: Boot error Mike Smith
- Re: Boot error Douglas Kuntz
- Re: Boot error Mike Smith