mirror of https://git.tukaani.org/xz.git
0c210ca7f4
Here are the list of the most significant issues addressed: - Avoid using internal common.h header. It's not good to copy the constants like this but common.h cannot be included for use outside of liblzma. This is the quickest thing to do that could be fixed later. - Omit the INIT_FILTER macro. Initialization should be done with just regular designated initializers. - Use start_offset = 257 for BCJ tests. It demonstrates that Filter Flags encoder and decoder don't validate the options thoroughly. 257 is valid only for the x86 filter. This is a bit silly but not a significant problem in practice because the encoder and decoder initialization functions will catch bad alignment still. Perhaps this should be fixed but it's not urgent and doesn't need to be in 5.4.x. - Various tweaks to comments such as filter id -> Filter ID |
||
---|---|---|
.. | ||
files | ||
ossfuzz | ||
Makefile.am | ||
bcj_test.c | ||
code_coverage.sh | ||
compress_prepared_bcj_sparc | ||
compress_prepared_bcj_x86 | ||
create_compress_files.c | ||
test_bcj_exact_size.c | ||
test_block_header.c | ||
test_check.c | ||
test_compress.sh | ||
test_compress_generated_abc | ||
test_compress_generated_random | ||
test_compress_generated_text | ||
test_compress_prepared_bcj_sparc | ||
test_compress_prepared_bcj_x86 | ||
test_files.sh | ||
test_filter_flags.c | ||
test_hardware.c | ||
test_index.c | ||
test_index_hash.c | ||
test_lzip_decoder.c | ||
test_memlimit.c | ||
test_scripts.sh | ||
test_stream_flags.c | ||
test_vli.c | ||
tests.h | ||
tuktest.h | ||
xzgrep_expected_output |