Here is the initial seed corpus for vecdeque
.
I’ve held off on crypter
for now due to https://github.com/bitcoin/bitcoin/issues/30251. Not sure if this issue should be fixed before introducing some inputs.
When I run FUZZ=crypter src/test/fuzz/fuzz -merge=1 -shuffle=0 -prefer_small=1 -use_value_profile=0 ../qa-assets/fuzz_seed_corpus/crypter ../qa-assets/fuzz_seed_corpus/*
it takes 145 attempts to merge with a bad alloc error each attempt. I’m assuming this is related to https://github.com/bitcoin/bitcoin/issues/30251. More details can be found in https://github.com/bitcoin/bitcoin/pull/28074.
If it’s unrelated or not a blocking issue then I can add the crypter inputs in this PR.