]> granicus.if.org Git - llvm/commit
[libFuzzer] reimplement experimental_len_control=1: bump the temporary max_len every...
authorKostya Serebryany <kcc@google.com>
Sat, 22 Jul 2017 00:10:29 +0000 (00:10 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 22 Jul 2017 00:10:29 +0000 (00:10 +0000)
commit5ae0dfe6b2220f98ae701c435b72a593fff23683
tree375937a908b2d89a1d4e76a35934785d36929bfc
parente59b7e46c1b5e38b0e16b80f1a12c234d78f9a35
[libFuzzer] reimplement experimental_len_control=1: bump the temporary max_len every time we failed to find new coverage during the last 1000 runs and 1 second. Also fix FileToVector to not load unfinished files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308811 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerIO.cpp
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp