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

Kyungtak Woo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 17:46:24 PDT 2018


kevinwkt updated this revision to Diff 157411.
kevinwkt added a comment.

ptal
Fixed bug that was introduced.


https://reviews.llvm.org/D49578

Files:
  lib/fuzzer/FuzzerDriver.cpp
  lib/fuzzer/FuzzerFlags.def
  lib/fuzzer/FuzzerInternal.h
  lib/fuzzer/FuzzerLoop.cpp
  lib/fuzzer/FuzzerOptions.h
  lib/fuzzer/FuzzerTracePC.cpp
  lib/fuzzer/FuzzerTracePC.h
  test/fuzzer/HandleUnstableTest.cpp
  test/fuzzer/handle-unstable.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49578.157411.patch
Type: text/x-patch
Size: 12132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180726/c9b2a755/attachment.bin>


More information about the llvm-commits mailing list