OSDN Git Service

[libFuzzer] add an experimental flag -experimental_len_control=1 that sets max_len...
authorKostya Serebryany <kcc@google.com>
Fri, 16 Dec 2016 22:42:05 +0000 (22:42 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 16 Dec 2016 22:42:05 +0000 (22:42 +0000)
commiteb3002846451b2a41bb44b3801805a94d53c61e9
treeee6e4ea8ed65bdb3fae5eae40f714189adea333d
parentf638013746e2691e4cd7e847bbec6197595ad356
[libFuzzer] add an experimental flag -experimental_len_control=1 that sets max_len to 1M and tries to increases the actual max sizes of mutations very gradually. Also remove a bit of dead code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289998 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerCorpus.h
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/FuzzerOptions.h