[libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in a crash...
authorKostya Serebryany <kcc@google.com>
Mon, 17 Apr 2017 20:58:21 +0000 (20:58 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 17 Apr 2017 20:58:21 +0000 (20:58 +0000)
commitac7a9eae0bff0067f7e89f31c6d9be85bbbae828
treeede5b08f193d3d6f419aff6c49551126ead11f99
parentdcb52b167ae374b23d3f0e37cac6249257927c9d
[libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in a crash reproducer with garbage, while still preserving the crash

llvm-svn: 300498
llvm/lib/Fuzzer/FuzzerDriver.cpp
llvm/lib/Fuzzer/FuzzerFlags.def
llvm/lib/Fuzzer/test/CMakeLists.txt
llvm/lib/Fuzzer/test/CleanseTest.cpp [new file with mode: 0644]
llvm/lib/Fuzzer/test/cleanse.test [new file with mode: 0644]