platform_system_core/libziparchive
Christopher Ferris a2a32b0ec6 Fix bug in writing zips.
The code does not handle an edge case where writing a compressed
image can overflow the avail_out data when doing a flush. Add a
loop to keep writing the data while deflate indicates that it doesn't
have enough space to write out the compressed data during the flush.

Change-Id: I1f1d1646457ed9b67ed24f6582688c300186c23c
2015-11-05 10:48:05 -08:00
..
testdata libziparchive: fix issue with a directory with one file 2015-03-19 09:28:41 +00:00
Android.mk Add deflate compression to ZipWriter 2015-10-20 12:40:33 -07:00
entry_name_utils-inl.h Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
entry_name_utils_test.cc Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
zip_archive.cc libziparchive: fix calculation of mod_time. 2015-10-30 10:01:38 +00:00
zip_archive_common.h Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 16:27:44 -07:00
zip_archive_test.cc libziparchive: fix calculation of mod_time. 2015-10-30 10:01:38 +00:00
zip_writer.cc Fix bug in writing zips. 2015-11-05 10:48:05 -08:00
zip_writer_test.cc Fix bug in writing zips. 2015-11-05 10:48:05 -08:00