[PATCH] D45730: [libFuzzer] Add -detect_exits flag.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 18 11:27:08 PDT 2018
kcc added a comment.
libFuzzer is in-process fuzzer, exit is not a libFuzzer-friendly thing.
I am reluctant to allow exits even under a flag -- it will discourage people from making their APIs more fuzzable.
For legacy code that nobody is willing to change we have the out-of-process AFL
https://reviews.llvm.org/D45730
More information about the llvm-commits
mailing list