diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-02-20 19:38:55 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-02-20 19:38:55 +0200 |
commit | 555de11873eb00c9b94a8be70645db502e5a9dbd (patch) | |
tree | 8c3adcfbb663e40cdabeeed5ab8fd980f851403b /tests | |
parent | Translations: Fix po4a failure with the French man page translations. (diff) | |
download | xz-555de11873eb00c9b94a8be70645db502e5a9dbd.tar.xz |
Tests: Add bad-1-lzma2-11.xz.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/files/README | 5 | ||||
-rw-r--r-- | tests/files/bad-1-lzma2-11.xz | bin | 0 -> 64 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/files/README b/tests/files/README index 1e14378a..734b828b 100644 --- a/tests/files/README +++ b/tests/files/README @@ -256,3 +256,8 @@ the end of the file). The Check type is None to nullify certain simple size-based sanity checks in a Block decoder. + bad-1-lzma2-11.xz has LZMA2 stream that lacks the end of + payload marker. When Compressed Size bytes have been decoded, + Uncompressed Size bytes of output will have been produced but + the LZMA2 decoder doesn't indicate end of stream. + diff --git a/tests/files/bad-1-lzma2-11.xz b/tests/files/bad-1-lzma2-11.xz Binary files differnew file mode 100644 index 00000000..ce857b67 --- /dev/null +++ b/tests/files/bad-1-lzma2-11.xz |