[libFuzzer] simplify the crash minimizer; split MaxLen into two: MaxInputLen and...
authorKostya Serebryany <kcc@google.com>
Thu, 22 Sep 2016 23:16:36 +0000 (23:16 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 22 Sep 2016 23:16:36 +0000 (23:16 +0000)
commitbe0ed59cdc9b765869b0a2355b185809507a02db
tree663f5213f38e9efa22e6e0a621bafb3649f48e26
parent30ef70b090ac5917bf97c92d8bab05d48cc3057b
[libFuzzer] simplify the crash minimizer; split MaxLen into two: MaxInputLen and MaxMutationLen, allow MaxMutationLen to be less than MaxInputLen

llvm-svn: 282211
llvm/lib/Fuzzer/FuzzerDriver.cpp
llvm/lib/Fuzzer/FuzzerInternal.h
llvm/lib/Fuzzer/FuzzerLoop.cpp