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

Kyungtak Woo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 26 10:33:43 PDT 2018


kevinwkt added a comment.

In https://reviews.llvm.org/D49578#1176986, @morehouse wrote:

> 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.


I think the adding to corpus will be similar (it will certainly start out the same way) but because you collect features of these unstable edges while in "Zero" you do not, corpus addition will be different the longer you run this.


https://reviews.llvm.org/D49578





More information about the llvm-commits mailing list