From owner-freebsd-bugs Sat Aug 4 19:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D76F37B401 for ; Sat, 4 Aug 2001 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f752o2C20181; Sat, 4 Aug 2001 19:50:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 4 Aug 2001 19:50:02 -0700 (PDT) Message-Id: <200108050250.f752o2C20181@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrew Subject: Re: bin/28820: tar and cpio cannot deal with files > 2GB Reply-To: Andrew Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/28820; it has been noted by GNATS. From: Andrew To: freebsd-gnats-submit@FreeBSD.org, andrew@fortress.org Cc: Subject: Re: bin/28820: tar and cpio cannot deal with files > 2GB Date: Sat, 04 Aug 2001 22:47:45 -0400 I have investigated TAR code in create.c. Problem is that counter is a 32 bit long (save_totsize) see line 198. Should be of type off_t to deal with numbers > 2,147,483,647 Probably similar problem with cpio. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message