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

2019-12-28 Thread Antonio Diaz Diaz
Jason Mancini wrote: # zcat backup.bin.gz | wc -c 67,645,849,600 # gzip -l backup.bin.gz compresseduncompressed ratio uncompressed_name 9,458,450,3963,221,340,160 -193.6% backup.bin This is a known limitation of the gzip format, and is documented in the manual: http://www.gnu.org/

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

2019-12-27 Thread Jason Mancini
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 compresseduncompressed ratio uncompressed_name 9,458,450,3963,221,340,160 -193.6% backup.bin #