xz/src/liblzma
Lasse Collin cd69a5a6c1 BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR.
This is a quick and slightly dirty fix to make the code
conform to the latest file format specification. Without
this patch, it's possible to make corrupt files by
specifying start offset that is not a multiple of the
filter's alignment. Custom start offset is almost never
used, so this was only a minor bug.

The xz command line tool doesn't validate the start offset,
so one will get a bit unclear error message if trying to use
an invalid start offset.
2009-07-10 11:39:38 +03:00
..
api Basic support for building with Cygwin and MinGW using 2009-06-26 15:37:53 +03:00
check Build system fixes 2009-06-30 17:09:57 +03:00
common Build system fixes 2009-06-30 17:09:57 +03:00
delta Build system fixes 2009-06-30 17:09:57 +03:00
lz Build system fixes 2009-06-30 17:09:57 +03:00
lzma Build system fixes 2009-06-30 17:09:57 +03:00
rangecoder Build system fixes 2009-06-30 17:09:57 +03:00
simple BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00
subblock Build system fixes 2009-06-30 17:09:57 +03:00
Makefile.am Use sed instead of $(SED) so that we don't need to 2009-07-06 10:36:04 +03:00
liblzma.pc.in Use @PACKAGE_HOMEPAGE@ in liblzma.pc.in. 2009-07-05 19:26:53 +03:00
liblzma_w32res.rc Moved the Windows resource files outside the windows directory 2009-06-27 17:28:01 +03:00