xz/src
Lasse Collin 4ce1cf97a8 liblzma: Validate encoder arguments better.
The biggest problem was that the integrity check type
wasn't validated, and e.g. lzma_easy_buffer_encode()
would create a corrupt .xz Stream if given an unsupported
Check ID. Luckily applications don't usually try to use
an unsupport Check ID, so this bug is unlikely to cause
many real-world problems.
2011-04-11 14:00:46 +03:00
..
common Add alloc_size and malloc attributes to a few functions. 2011-01-18 21:23:50 +02:00
liblzma liblzma: Validate encoder arguments better. 2011-04-11 14:00:46 +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