Added bad-single-none-footer_filter_flags.lzma and
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 23 Jan 2008 18:05:01 +0000 (20:05 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 23 Jan 2008 18:05:01 +0000 (20:05 +0200)
bad-single-none-too_long_vli.lzma.

tests/files/README
tests/files/bad-single-none-footer_filter_flags.lzma [new file with mode: 0644]
tests/files/bad-single-none-too_long_vli.lzma [new file with mode: 0644]

index 4274262..1f47c3c 100644 (file)
     with 0x5D appended to the end of the file. 0x5D is the most common
     first byte of LZMA_Alone format file.
 
+    bad-single-none-footer_filter_flags.lzma has different Stream Flags
+    in Stream Footer than in Stream Header.
+
+    bad-single-none-too_long_vli.lzma has 10-byte variable-length integer.
+
     bad-single-none-empty.lzma is like good-single-none-empty_3.lzma but
     with non-zero value in the Compressed Size field.
 
diff --git a/tests/files/bad-single-none-footer_filter_flags.lzma b/tests/files/bad-single-none-footer_filter_flags.lzma
new file mode 100644 (file)
index 0000000..1257ce3
Binary files /dev/null and b/tests/files/bad-single-none-footer_filter_flags.lzma differ
diff --git a/tests/files/bad-single-none-too_long_vli.lzma b/tests/files/bad-single-none-too_long_vli.lzma
new file mode 100644 (file)
index 0000000..57fc4e9
Binary files /dev/null and b/tests/files/bad-single-none-too_long_vli.lzma differ