GNU bug report logs - #17804
RFC: fixing the 32-bit size and time limits in gzip file format

Previous Next

Package: gzip;

Reported by: Petr Stodůlka <pstodulk <at> redhat.com>

Date: Wed, 18 Jun 2014 16:54:01 UTC

Severity: normal

Merged with 29089, 30935, 30936, 38766, 42965, 48424, 52227

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jason Mancini <jayrusman <at> hotmail.com>
Subject: bug#38766: closed (Re: bug#17804: RFC: fixing the 32-bit size and
 time limits in gzip file format)
Date: Thu, 16 Dec 2021 02:34:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#17804: bug: "gzip -l" truncates reported decompressed size to 32 bits

which was filed against the gzip package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 38766 <at> debbugs.gnu.org.

-- 
17804: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17804
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Petr Stodůlka <pstodulk <at> redhat.com>
Cc: 17804-done <at> debbugs.gnu.org
Subject: Re: bug#17804: RFC: fixing the 32-bit size and time limits in gzip
 file format
Date: Wed, 15 Dec 2021 18:33:12 -0800
On 6/18/14 15:12, Paul Eggert wrote:
> One simple way forward would be to implement what pigz -tl does, namely, 
> decompress the input stream and discard the output, but print its size.

I finally got around to implementing that suggestion:

https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=cf26200380585019e927fe3cf5c0ecb7c8b3ef14
https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=32fef43b442c7abc70414863d64718cd06f6477a

So I am closing this old bug report.

[Message part 3 (message/rfc822, inline)]
From: Jason Mancini <jayrusman <at> hotmail.com>
To: "bug-gzip <at> gnu.org" <bug-gzip <at> gnu.org>
Subject: bug: "gzip -l" truncates reported decompressed size to 32 bits
Date: Fri, 27 Dec 2019 20:35:13 +0000
As title states.

openSUSE Tumbleweed 20191216 (x86_64)
gzip 1.10

(Number delimiters manually added for clarity below.)

# zcat backup.bin.gz | wc -c
67,645,849,600
# gzip -l backup.bin.gz
compressed        uncompressed  ratio uncompressed_name
9,458,450,396    3,221,340,160 -193.6% backup.bin
#

67,645,849,600 => 0xf_c001_c000 => truncate => 0xc001_c000 => 3,221,340,160

Thanks!
Jason Mancini



This bug report was last modified 3 years and 200 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.