xz/src/liblzma/simple
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
..
Makefile.inc Build system fixes 2009-06-30 17:09:57 +03:00
arm.c BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00
armthumb.c BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00
ia64.c BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00
powerpc.c BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00
simple_coder.c BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00
simple_coder.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
simple_decoder.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
simple_decoder.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
simple_encoder.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
simple_encoder.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
simple_private.h BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00
sparc.c BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00
x86.c BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00