1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma
Lasse Collin 71b9380145 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 13:21:28 +03:00
..
api Merge branch 'v5.0' 2010-11-15 14:33:01 +02:00
check liblzma: Use TUKLIB_GNUC_REQ to check GCC version in sha256.c. 2011-04-05 22:41:33 +03:00
common liblzma: Validate encoder arguments better. 2011-04-11 13:21:28 +03:00
delta Rename MIN() and MAX() to my_min() and my_max(). 2010-05-26 10:36:46 +03:00
lz liblzma: Adjust default depth calculation for HC3 and HC4. 2010-09-03 12:28:41 +03:00
lzma liblzma: Fix decoding of LZMA2 streams having no uncompressed data. 2011-03-31 11:54:48 +03:00
rangecoder Build system fixes 2009-06-30 17:09:57 +03:00
simple Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
liblzma.pc.in Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. 2010-01-27 13:31:03 +02:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Bump version to 5.0.0 and liblzma version-info to 5:0:0. 2010-10-23 14:02:53 +03:00