From owner-cvs-all Thu Feb 4 05:06:50 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11464 for cvs-all-outgoing; Thu, 4 Feb 1999 05:06:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA11457; Thu, 4 Feb 1999 05:06:48 -0800 (PST) (envelope-from dcs@FreeBSD.org) From: "Daniel C. Sobral" Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA34419; Thu, 4 Feb 1999 05:06:48 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Thu, 4 Feb 1999 05:06:48 -0800 (PST) Message-Id: <199902041306.FAA34419@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/ficl words.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/02/04 05:06:48 PST Modified files: sys/boot/ficl words.c Log: The previous fix for "type" was absolutely lousy. Not only the buffer allocated was not big enough, but it ended up to being used where it was supposed to be used. The person who did that ought to be shot, but since I'm a good person, I'll forgive myself... PR: bin/9743 Revision Changes Path 1.20 +2 -2 src/sys/boot/ficl/words.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message