Closed mgeisler closed 1 year ago
LGTM. I don't have a better naming suggestion than
fuzzing_repro
.
Thanks for merging the PR, I hope it'll be useful to people. I was also not sure what to name this, but I think @Manishearth's suggestion should work okay.
This makes it possible to leave large or expensive debug output in your fuzzers since it will only be active when you reproduce a crash:
Fixes #343.