From owner-cvs-all Sat Jan 23 21:58:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15890 for cvs-all-outgoing; Sat, 23 Jan 1999 21:58:18 -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 VAA15884; Sat, 23 Jan 1999 21:58:17 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA00169; Sat, 23 Jan 1999 21:58:19 -0800 (PST) Date: Sat, 23 Jan 1999 21:58:19 -0800 (PST) Message-Id: <199901240558.VAA00169@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 msmith 1999/01/23 21:58:19 PST Modified files: sys/boot/ficl words.c Log: From the PR: FICL's TYPE copies the counted string to HERE, as abial has remarked. Answering to abial's question, this is NOT garanteed to have enough space. ... We have dynamic memory. Even before memory-alloc got in, we already had dynamic memory. Use it, then! (ficlMalloc is sysdep, so I suppose that's why it was not used for TYPE; ficl is probably designed to work without a working ficlFree). Submitted by: "Daniel C. Sobral" Revision Changes Path 1.18 +7 -11 src/sys/boot/ficl/words.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message