Subject: bin/25983: gzip -l `uncompressed_filename' is garbage in netbsd-2-0
To: None <gnats-bugs@gnats.netbsd.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: netbsd-bugs
Date: 06/20/2004 19:48:21
>Number:         25983
>Category:       bin
>Synopsis:       gzip -l `uncompressed_filename' is garbage in netbsd-2-0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jun 20 23:53:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Darrin B. Jewell
>Release:        NetBSD 2.0_BETA
>Organization:
>Environment:
$ ident /usr/bin/gzip
/usr/bin/gzip:
     $NetBSD: crt0.c,v 1.13 2003/07/26 19:24:27 salo Exp $
@     $NetBSD: gzip.c,v 1.29.2.8 2004/05/10 14:39:00 tron Exp $
>Description:
$ touch this_is_a_test; gzip this_is_a_test; gzip -l this_is_a_test.gz
  compressed uncompressed  ratio uncompressed_name
         35            0   0.0%  

(note that the uncompressed name in the result was not 7bit clean
and didn't paste properly)
>How-To-Repeat:
$ touch this_is_a_test; gzip this_is_a_test; gzip -l this_is_a_test.gz

>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 Originally observed on 2.0 source from mid may.
 grant@ confirmed still exists in 2.0 from Jun 15th.
 -current has not been tested.