mc-imperial/jfs

Implement parallel fuzzing

jryans opened this issue · 0 comments

We could run multiple copies of LibFuzzer in parallel, each with a different seed but sharing a corpus directory (so that each running copy benefits from inputs found by the other fuzzers).