-
- Downloads
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.
Showing
- src/liblzma/simple/arm.c 1 addition, 1 deletionsrc/liblzma/simple/arm.c
- src/liblzma/simple/armthumb.c 1 addition, 1 deletionsrc/liblzma/simple/armthumb.c
- src/liblzma/simple/ia64.c 1 addition, 1 deletionsrc/liblzma/simple/ia64.c
- src/liblzma/simple/powerpc.c 1 addition, 1 deletionsrc/liblzma/simple/powerpc.c
- src/liblzma/simple/simple_coder.c 4 additions, 1 deletionsrc/liblzma/simple/simple_coder.c
- src/liblzma/simple/simple_private.h 2 additions, 1 deletionsrc/liblzma/simple/simple_private.h
- src/liblzma/simple/sparc.c 1 addition, 1 deletionsrc/liblzma/simple/sparc.c
- src/liblzma/simple/x86.c 1 addition, 1 deletionsrc/liblzma/simple/x86.c
Loading
Please register or sign in to comment