[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gzip bug
From: |
Paul Eggert |
Subject: |
Re: gzip bug |
Date: |
Wed, 22 Sep 2010 13:08:02 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 |
Yes, I'm afraid that's a known bug, and is a property of
the file format, not of gzip itself: the file stores only
the low-order 32 bits of the size. For details, please see
the thread "RFC: fixing the 32-bit size and time limits in gzip file format"
rooted at <http://lists.gnu.org/archive/html/bug-gzip/2010-08/msg00009.html>.
(No fix has been implemented.)
- gzip bug, Curtis Caravone, 2010/09/22
- Re: gzip bug,
Paul Eggert <=