OSDN Git Service

[libFuzzer] implement the -shrink=1 option that tires to make elements of the corpus...
authorKostya Serebryany <kcc@google.com>
Sat, 1 Oct 2016 01:04:29 +0000 (01:04 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 1 Oct 2016 01:04:29 +0000 (01:04 +0000)
commitf46303af7914bb2d4fe0a51687c6d446048b182a
treea63f41221f0b06698699f2f01622591792259447
parent28901d924e29c900e4c6b213bd4431edf00e5970
[libFuzzer] implement the -shrink=1 option that tires to make elements of the corpus smaller, off by default

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282995 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerCorpus.h
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