(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)