[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#16699: gzip -l bug
From: |
Chris Pitzel |
Subject: |
bug#16699: gzip -l bug |
Date: |
Sat, 8 Feb 2014 20:46:27 -0600 |
A fairly obvious bug with the list (-l) option of gunzip. In this case,
"grandma-new.img" is approximately 320 gigabytes. Compressed down to 46gb.
"Uncompressed", and "ratio" are wrong.
address@hidden:/Virt# gunzip -V
gzip 1.6
Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
Copyright (C) 1993 Jean-loup Gailly.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
Written by Jean-loup Gailly.
address@hidden:/Virt# gunzip -l /video1/grandma-new.img.gz
compressed uncompressed ratio uncompressed_name
46492229886 2245353472 -1970.6% /video1/grandma-new.img
address@hidden:/Virt#
- bug#16699: gzip -l bug,
Chris Pitzel <=