[BusyBox] gzip bugs

Tom Oehser tom at toms.net
Thu May 3 06:48:33 UTC 2001


Real gzip is OK with:

echo asdf | gzip | gzip -d

busybox seems to want -f but then it doesn't work?

with:

echo asdf | gzip | gzip -d -f

or

echo asdf | gzip | gunzip -f

I am getting segfaults...

-Tom






More information about the busybox mailing list