From owner-cvs-all Fri Aug 4 2:23:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A33A437B6EE; Fri, 4 Aug 2000 02:23:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA35808; Fri, 4 Aug 2000 02:23:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200008040923.CAA35808@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 4 Aug 2000 02:23:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/08/04 02:23:08 PDT Modified files: lib/libkvm kvm.c Log: Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX. This is the documented size which the user-provided buffer must be. Revision Changes Path 1.15 +3 -3 src/lib/libkvm/kvm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message