Date: Thu, 2 Nov 2000 09:44:45 +1000 (EST) From: andrew@ugh.net.au To: security@freebsd.org Subject: Re: FreeBSD Security Advisory: FreeBSD-SA-00:62.top Message-ID: <Pine.BSF.4.21.0011020942420.1640-100000@starbug.ugh.net.au> In-Reply-To: <20001101225954.E5B2C37B479@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 1 Nov 2000, FreeBSD Security Advisories wrote:
> --- top.c 1999/01/09 20:20:34 1.4
> +++ top.c 2000/10/04 23:34:16 1.5
> @@ -807,7 +809,7 @@
> {
> if ((errmsg = kill_procs(tempbuf2)) != NULL)
> {
> - new_message(MT_standout, errmsg);
> + new_message(MT_standout, "%s", errmsg);
> putchar('\r');
> no_command = Yes;
> }
What about line 827? It seems to suffer the same problem.
Thanks,
Andrew
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" 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.0011020942420.1640-100000>
