android_system_core/libsparse
Jeremy Compostella fca594c2de libsparse: output_file.c, fix large data chunk issue
CHUNK_HEADER structure type allows DATA chunk to be up to MAX_UINT
large.

The write() callback LEN parameter should be unsigned int.

Also:
- write() callback should continue to write data if less than expected
  data have been written.
- gzerror() returns LEN on success, 0 otherwise

Test: manual
Change-Id: Id46d664b84c1a506f419524fe28055f784c2ae7a
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
2016-10-06 09:53:42 -07:00
..
include/sparse Add verbose param to sparse_file_import_auto 2015-03-31 12:09:37 -07:00
Android.bp Convert more Android.mk files to Android.bp 2016-07-13 17:41:45 -07:00
Android.mk Convert more Android.mk files to Android.bp 2016-07-13 17:41:45 -07:00
append2simg.c Turn off CRC checking for append2simg 2015-12-17 17:28:44 -08:00
backed_block.c libsparse: use strcmp and validate last_used pointer 2015-08-21 14:23:31 +00:00
backed_block.h
defs.h
img2simg.c libsparse: turn on -Werror 2014-05-07 16:56:22 -07:00
output_file.c libsparse: output_file.c, fix large data chunk issue 2016-10-06 09:53:42 -07:00
output_file.h
simg2img.c Fix parameter to lseek 2015-10-20 14:15:31 -07:00
simg2simg.c
simg_dump.py libsparse: fix crc chunk parsing in simg_dump.py 2015-04-30 16:36:17 +00:00
sparse.c libsparse: move_chunks_up_to_len() does not account skip chunks 2015-04-08 10:10:17 +02:00
sparse_crc32.c
sparse_crc32.h libsparse: Wrap sparse_crc32.h to be C++ compatible. 2015-07-11 12:48:42 -07:00
sparse_defs.h
sparse_err.c
sparse_file.h
sparse_format.h
sparse_read.c Test for _WIN32 in instead of USE_MINGW. 2016-10-05 09:37:44 -07:00