Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 349BD7F9A for ; Sat, 3 Dec 2011 16:57:01 +0000 (UTC) Received: (qmail 80633 invoked by uid 500); 3 Dec 2011 16:57:01 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 80575 invoked by uid 500); 3 Dec 2011 16:57:00 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 80567 invoked by uid 99); 3 Dec 2011 16:57:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 16:57:00 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 16:56:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E5C7CC3B54 for ; Sat, 3 Dec 2011 16:56:39 +0000 (UTC) Date: Sat, 3 Dec 2011 16:56:39 +0000 (UTC) From: "John Kodis (Created) (JIRA)" To: issues@commons.apache.org Message-ID: <445428454.37632.1322931399942.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (COMPRESS-163) Unable to extract a file larger than 8GB from a Posix-format tar archive MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Unable to extract a file larger than 8GB from a Posix-format tar archive ------------------------------------------------------------------------ Key: COMPRESS-163 URL: https://issues.apache.org/jira/browse/COMPRESS-163 Project: Commons Compress Issue Type: Bug Components: Compressors Affects Versions: 1.3 Environment: The tar archive used for testing was created by GNU tar, but the problem will occur with any Posix-formatted tar file containing files over 8GB in size. Reporter: John Kodis Priority: Minor Fix For: 1.3 An attempt to read a posix-format tar archive containing a file in excess of 8^11 bytes in size will fail with a "Size out of range" illegal argument exception. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira