[lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-based mutato...
authorKostya Serebryany <kcc@google.com>
Mon, 11 May 2015 20:51:19 +0000 (20:51 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 11 May 2015 20:51:19 +0000 (20:51 +0000)
commit0cdb698aaef899bf6a5550f5e2ab60219fda677e
tree1f88ca8a30e36135b8628907dff1c4b476170b15
parenta1945939bd620a547d8d785eff2ad35ad6d87938
[lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-based mutator, but instead of relying on taint  tracking, try to find the data directly in the input. More (logic and comments) to go.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237043 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDFSan.cpp
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/test/fuzzer.test