Skip to content

Conversation

@practicalswift
Copy link
Contributor

Add seeds to fuzzers in master.

@maflcko
Copy link
Contributor

maflcko commented Jan 30, 2020

Thanks, merged with for f in ../btc_qa_assets/fuzz_seed_corpus_ps/*/ ; do export F=$(basename $f) && ./src/test/fuzz/$F -merge=1 ../btc_qa_assets/fuzz_seed_corpus/$F ../btc_qa_assets/fuzz_seed_corpus_ps/$F ; done

@practicalswift
Copy link
Contributor Author

Very nice! Thanks!

Unsolicited shell advice: export is only needed if any of the child processes were to read F :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants