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 0d21f49a80 liblzma: Fix decoding of LZMA2 streams having no uncompressed data.
The decoder considered empty LZMA2 streams to be corrupt.
This shouldn't matter much with .xz files, because no encoder
creates empty LZMA2 streams in .xz. This bug is more likely
to cause problems in applications that use raw LZMA2 streams.
2011-03-31 11:54:48 +03:00
..
common Add alloc_size and malloc attributes to a few functions. 2011-01-18 21:23:50 +02:00
liblzma liblzma: Fix decoding of LZMA2 streams having no uncompressed data. 2011-03-31 11:54:48 +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:42:49 +02:00
xz xz: Add --block-size=SIZE. 2011-03-18 19:10:30 +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