diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-05-28 08:46:04 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-05-28 08:46:04 +0300 |
commit | 79bef85e0543c0c3723281c3c817616c6cec343b (patch) | |
tree | 1b5171a2d20eefd360d0f7de19696249998cdf52 /tests/files | |
parent | xz: Fix error handling in xz -lvv. (diff) | |
download | xz-79bef85e0543c0c3723281c3c817616c6cec343b.tar.xz |
Tests: Add a test file for the bug in the previous commit.
Diffstat (limited to 'tests/files')
-rw-r--r-- | tests/files/README | 4 | ||||
-rw-r--r-- | tests/files/bad-1-block_header-6.xz | bin | 0 -> 72 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/files/README b/tests/files/README index 2f74cef2..53950edb 100644 --- a/tests/files/README +++ b/tests/files/README @@ -188,6 +188,10 @@ bad-1-block_header-5.xz has zero as Compressed Size in Block Header. + bad-1-block_header-6.xz has corrupt Block Header which may crash + xz -lvv in XZ Utils 5.0.3 and earlier. It was fixed in the commit + c0297445064951807803457dca1611b3c47e7f0f. + bad-2-index-1.xz has wrong Unpadded Sizes in Index. bad-2-index-2.xz has wrong Uncompressed Sizes in Index. diff --git a/tests/files/bad-1-block_header-6.xz b/tests/files/bad-1-block_header-6.xz Binary files differnew file mode 100644 index 00000000..ecf0ff09 --- /dev/null +++ b/tests/files/bad-1-block_header-6.xz |