OSDN Git Service

[libFuzzer] when shrinking the corpus, delete evicted files previously created by...
authorKostya Serebryany <kcc@google.com>
Sat, 8 Oct 2016 23:24:45 +0000 (23:24 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 8 Oct 2016 23:24:45 +0000 (23:24 +0000)
commit1a60ba886d9d938d733902c5b86d6f2e85c1f15e
tree13d47cd3575127c7472291b674ab06edb1257ecb
parente3e8677385b8cd6ccdba9354d2decab3089b5168
[libFuzzer] when shrinking the corpus, delete evicted files previously created by the current process

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerCorpus.h
lib/Fuzzer/FuzzerDefs.h
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerIO.cpp
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/build.sh
lib/Fuzzer/test/FuzzerUnittest.cpp