NetBSD/usr.bin/gzip
agc f8dc59869d Fix a reference to stale storage on the stack - malloc the new file
name when gunzip'ing via strdup(3).  Fixes a bug whereby the new
filename would appear as gibberish when verbosely gunzipping.

Fix an off-by-one error when allocating the filename with added suffix,
and properly NUL-terminate the new filename.

It's NULL, not 0, in char * assignments - there are some still to do here.
2004-05-17 18:10:33 +00:00
..
Makefile port simonb's bzip2 support. 2004-01-01 02:44:09 +00:00
gzexe Remove typeset line, since sh(1) does not support it. 2004-05-01 08:22:41 +00:00
gzexe.1 No argument necessary after .Nm; add missing comma to enumeration. 2003-12-28 12:49:41 +00:00
gzip.1 - the default compression level in GNU gzip is 6 not 5; copy that default. 2004-04-27 11:26:28 +00:00
gzip.c Fix a reference to stale storage on the stack - malloc the new file 2004-05-17 18:10:33 +00:00
unbzip2.c significantly rototill. don't use the high-level gzio functions 2004-04-25 16:20:33 +00:00
zdiff s/compress/gzip/, our compress is not the backend for gzip. 2004-03-29 09:59:42 +00:00
zdiff.1 Use more macros. 2003-12-28 12:48:03 +00:00
zforce Add RCS Id. 2003-12-28 12:43:43 +00:00
zforce.1 Add RCS Id. 2003-12-28 12:43:43 +00:00
zgrep quote pattern when passing to grep, so that paterns containing 2004-04-27 09:18:16 +00:00
zgrep.1 Add a BSD licensed zgrep written by me. 2003-12-28 17:26:00 +00:00
zmore s/compress/gzip/, our compress is not the backend for gzip. 2004-03-29 09:59:42 +00:00
zmore.1 Uppercase CRT. 2003-12-28 12:47:52 +00:00
znew Add RCS Id. 2003-12-28 12:43:43 +00:00
znew.1 Add RCS Id. 2003-12-28 12:43:43 +00:00
zuncompress.c significantly rototill. don't use the high-level gzio functions 2004-04-25 16:20:33 +00:00