mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Added good-single-none-empty_3.lzma and
bad-single-none-empty.lzma.
This commit is contained in:
parent
379fbbe84d
commit
0e70fbe403
3 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,9 @@
|
|||
good-single-none-empty_2.lzma is an empty file with implicit Copy
|
||||
filter and CRC32 as Check.
|
||||
|
||||
good-single-none-empty_3.lzma is an empty file with implicit Copy
|
||||
filter, known Compressed Size, and no integrity Check.
|
||||
|
||||
good-single-lzma-empty.lzma is an empty file with LZMA filter and no
|
||||
integrity Check.
|
||||
|
||||
|
@ -85,6 +88,9 @@
|
|||
with 0x5D appended to the end of the file. 0x5D is the most common
|
||||
first byte of LZMA_Alone format file.
|
||||
|
||||
bad-single-none-empty.lzma is like good-single-none-empty_3.lzma but
|
||||
with non-zero value in the Compressed Size field.
|
||||
|
||||
bad-single-data_after_eopm_1.lzma has LZMA+Subblock, where the Subblock
|
||||
filter gives one byte of data to LZMA after LZMA has detected EOPM.
|
||||
|
||||
|
|
BIN
tests/files/bad-single-none-empty.lzma
Normal file
BIN
tests/files/bad-single-none-empty.lzma
Normal file
Binary file not shown.
BIN
tests/files/good-single-none-empty_3.lzma
Normal file
BIN
tests/files/good-single-none-empty_3.lzma
Normal file
Binary file not shown.
Loading…
Reference in a new issue