From owner-cvs-all Sun Feb 25 11:52:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 700C337B401; Sun, 25 Feb 2001 11:52:43 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: (from gj@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1PJqhe95166; Sun, 25 Feb 2001 11:52:43 -0800 (PST) (envelope-from gj) Message-Id: <200102251952.f1PJqhe95166@freefall.freebsd.org> From: Gary Jennejohn Date: Sun, 25 Feb 2001 11:52:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gj 2001/02/25 11:52:43 PST Modified files: usr.sbin/pccard/pccardd util.c Log: Use vsnprintf in logmsg() to avoid overflowing the array on the stack. The problem was noted with an older model 3Com 3C589 which seems to return more than 256 bytes of data. Revision Changes Path 1.17 +2 -2 src/usr.sbin/pccard/pccardd/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message