Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/libunarchive/decompress_uncompress.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1122 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 229  unpack_Z_stream(int fd_in, int fd_out) Line 229  unpack_Z_stream(int fd_in, int fd_out)
229   ("insize:%d posbits:%d inbuf:%02X %02X %02X %02X %02X (%d)",   ("insize:%d posbits:%d inbuf:%02X %02X %02X %02X %02X (%d)",
230   insize, posbits, p[-1], p[0], p[1], p[2], p[3],   insize, posbits, p[-1], p[0], p[1], p[2], p[3],
231   (posbits & 07));   (posbits & 07));
232   bb_error_msg("uncompress: corrupt input");   bb_error_msg("corrupted data");
233   goto err;   goto err;
234   }   }
235    

Legend:
Removed from v.1122  
changed lines
  Added in v.1123