[PATCH] D49578: [libFuzzer] Handle unstable edges by poisoning unstable edges

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 26 10:17:27 PDT 2018


morehouse added a comment.

Won't the result be the same?  This mode will add an input to the corpus as long as there's at least one new stable edge.  But so will ZeroUnstable.


https://reviews.llvm.org/D49578





More information about the llvm-commits mailing list