[BusyBox] gzip bugs

Matt Kraai kraai at alumni.carnegiemellon.edu
Thu May 3 07:59:25 UTC 2001


On Thu, May 03, 2001 at 08:48:29AM -0400, Tom Oehser wrote:
> 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...

What version of BusyBox are you using?  Both of these problems
appear to be fixed in CVS.

Matt





More information about the busybox mailing list