1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src
Lasse Collin 2ee4edeffc liblzma: Don't create an empty Block in lzma_stream_buffer_encode().
Empty Block was created if the input buffer was empty.
Empty Block wastes a few bytes of space, but more importantly
it triggers a bug in XZ Utils 5.0.1 and older when trying
to decompress such a file. 5.0.1 and older consider such
files to be corrupt. I thought that no encoder creates empty
Blocks when releasing 5.0.2 but I was wrong.
2011-04-11 14:00:55 +03:00
..
common Add alloc_size and malloc attributes to a few functions. 2011-01-18 21:23:50 +02:00
liblzma liblzma: Don't create an empty Block in lzma_stream_buffer_encode(). 2011-04-11 14:00:55 +03:00
lzmainfo lzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t. 2010-10-10 16:49:01 +03:00
scripts Scripts: Better fix for xzgrep. 2011-03-24 01:43:23 +02:00
xz xz: Clean up suffix.c. 2011-02-04 22:49:31 +02:00
xzdec Add missing public domain notice to lzmadec_w32res.rc. 2010-10-09 12:57:25 +03:00
Makefile.am Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00