From owner-cvs-all Sat Feb 9 22:13:17 2002 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 13C0E37B419; Sat, 9 Feb 2002 22:13:15 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1A6DF715982; Sat, 9 Feb 2002 22:13:15 -0800 (PST) (envelope-from rwatson) Message-Id: <200202100613.g1A6DF715982@freefall.freebsd.org> From: Robert Watson Date: Sat, 9 Feb 2002 22:13:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getextattr getextattr.8 getextattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/02/09 22:13:15 PST Modified files: usr.sbin/getextattr getextattr.8 getextattr.c Log: Teach getextattr to query the EA size and allocate appropriate sized buffers before reading the memory. Arguably, the failure modes here are poor, but we can now read >2k EAs. Also, update the copyrights and licenses while I'm here. Revision Changes Path 1.13 +6 -4 src/usr.sbin/getextattr/getextattr.8 1.8 +31 -6 src/usr.sbin/getextattr/getextattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message