Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 1999 22:51:11 -0800 (PST)
From:      Kris Kennaway <kris@hub.freebsd.org>
To:        David O'Brien <obrien@freebsd.org>
Cc:        current@freebsd.org
Subject:   Re: Overflow in banner(1)
Message-ID:  <Pine.BSF.4.21.9911232250140.13236-100000@hub.freebsd.org>
In-Reply-To: <19991123224424.B51939@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 Nov 1999, David O'Brien wrote:

> On Tue, Nov 23, 1999 at 09:15:35PM -0800, Kris Kennaway wrote:
> > -		(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 the fix.

Obviously not, but I didn't see the point in making it inconsistent.

Kris

----
Cthulhu for President! For when you're tired of choosing the _lesser_ of
two evils..



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.9911232250140.13236-100000>