bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38766: bug: "gzip -l" truncates reported decompressed size to 32 bit


From: Jason Mancini
Subject: bug#38766: 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]