(See commit description for steps I used)
This should not increase the .git folder size, because all inputs already exist in .git. For the same reason it should not increase coverage.
(See commit description for steps I used)
This should not increase the .git folder size, because all inputs already exist in .git. For the same reason it should not increase coverage.
Command:
FUZZ=process_message ./src/test/fuzz/fuzz -merge=1 ../btc_qa_assets/fuzz_seed_corpus/process_message ../btc_qa_assets/fuzz_seed_corpus/process_message*
FUZZ=process_message ./src/test/fuzz/fuzz -merge=1 -use_value_profile=1 ../btc_qa_assets/fuzz_seed_corpus/process_message ../btc_qa_assets/fuzz_seed_corpus/process_message*
(--with-sanitizers=fuzzer,undefined,integer,address and
-use_value_profile=1)
This is done in preparation to delete the specific dirs, but can be done even if the dirs are not deleted.
ACK 14913e02f7c6885e03275af2b7fdcf9115b5314b
On a second thought, this change doesn't make sense. Instead of duplicating/copying the files it should have moved them.