]> wimlib.net Git - wimlib/commit
chunk_compressor: Use u32 for chunk uncompressed size
authorEric Biggers <ebiggers3@gmail.com>
Sat, 14 Jun 2014 04:36:09 +0000 (23:36 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 14 Jun 2014 04:36:15 +0000 (23:36 -0500)
commit72a2079aa02bcb86051dc527cc1c21fc77bc3695
treeaf2b9a79e3846d5945682dc928fcf5781d07ba27
parent757b2d7b9005bd959855428d15e1fb3bf9c1f3fb
chunk_compressor: Use u32 for chunk uncompressed size

All chunk sizes must fit in a 32-bit integer because they cannot exceed
'out_chunk_size'.
include/wimlib/chunk_compressor.h
src/compress_parallel.c
src/compress_serial.c