1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/tests
Lasse Collin ea57b9aa2c Tests: Add a test file for lzma_index_append() integer overflow bug.
This test fails before commit 18d7facd38.

test_files.sh now runs xz -l for bad-3-index-uncomp-overflow.xz
because only then the previously-buggy code path gets tested.
Normal decompression doesn't use lzma_index_append() at all.
Instead, lzma_index_hash functions are used and those already
did the overflow check.
2022-09-17 00:21:54 +03:00
..
files Tests: Add a test file for lzma_index_append() integer overflow bug. 2022-09-17 00:21:54 +03:00
bcj_test.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
compress_prepared_bcj_sparc Recreated the BCJ test files for x86 and SPARC. The old files 2009-02-06 09:13:15 +02:00
compress_prepared_bcj_x86 Recreated the BCJ test files for x86 and SPARC. The old files 2009-02-06 09:13:15 +02:00
create_compress_files.c Tests: Silence a warning from -Wsign-conversion. 2019-12-31 22:25:02 +02:00
Makefile.am xzgrep: List xzgrep_expected_output in tests/Makefile.am. 2014-06-13 19:21:54 +03:00
test_bcj_exact_size.c Tests: Fix a memory leak in test_bcj_exact_size. 2015-05-13 21:36:19 +03:00
test_block_header.c Rename unaligned_read32ne to read32ne, and similarly for the others. 2019-12-31 22:41:45 +02:00
test_check.c Tests: Hopefully fix test_check.c to work on EBCDIC systems. 2019-12-31 22:31:34 +02:00
test_compress.sh Make tests accommodate missing xz or xzdec. 2010-10-08 15:32:29 +03:00
test_files.sh Tests: Add a test file for lzma_index_append() integer overflow bug. 2022-09-17 00:21:54 +03:00
test_filter_flags.c Remove references to the Subblock filter in xz and tests. 2010-05-27 13:42:44 +03:00
test_index.c Tests: Add tests for the two bugs fixed in index.c. 2016-06-28 21:09:46 +03:00
test_scripts.sh xzgrep: Improve the test script. 2014-06-13 18:58:22 +03:00
test_stream_flags.c Rename unaligned_read32ne to read32ne, and similarly for the others. 2019-12-31 22:41:45 +02:00
tests.h Tests: Remove a duplicate branch from tests/tests.h. 2019-12-31 22:20:10 +02:00
xzgrep_expected_output xzgrep: Improve the test script. 2014-06-13 18:58:22 +03:00