mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Added more test files.
This commit is contained in:
parent
f9842f7127
commit
c467b0defc
3 changed files with 6 additions and 0 deletions
|
@ -105,6 +105,9 @@
|
|||
Compressed Size and Uncompressed Size fields are present in the Data
|
||||
Blocks. There is some Footer Padding between the Blocks.
|
||||
|
||||
good-multi-none-block_2.lzma has Index in Header Metadata Block. The
|
||||
Uncompressed Size field is present in Data Blocks and no EOPM is used.
|
||||
|
||||
|
||||
2.2. Bad Files
|
||||
|
||||
|
@ -230,6 +233,9 @@
|
|||
error before the end of the first Data Block; all Multi-Block decoders
|
||||
must detect the file as corrupt at some point.
|
||||
|
||||
bad-multi-none-block_3.lzma has only the Compressed Size field in the
|
||||
Block Header of the second Data Block and EOPM isn't used.
|
||||
|
||||
|
||||
2.3. Malicious Files
|
||||
|
||||
|
|
BIN
tests/files/bad-multi-none-block_3.lzma
Normal file
BIN
tests/files/bad-multi-none-block_3.lzma
Normal file
Binary file not shown.
BIN
tests/files/good-multi-none-block_2.lzma
Normal file
BIN
tests/files/good-multi-none-block_2.lzma
Normal file
Binary file not shown.
Loading…
Reference in a new issue