platform_system_core/libzipfile
Doug Zongker 287c71ca84 fix decompression bug in fastboot
fastboot passes the *uncompressed* length of the file as the length of
the input to the inflate() call, which happens to work unless the
compressed data is actually larger than the uncompressed data (which
it can be for very small files).  Fix this to pass the correct
compressed length down to the inflate call.
2009-06-16 17:36:04 -07:00
..
Android.mk auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
centraldir.c fix decompression bug in fastboot 2009-06-16 17:36:04 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
private.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
test_zipfile.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
zipfile.c fix decompression bug in fastboot 2009-06-16 17:36:04 -07:00