OSDN Git Service

[libFuzzer] add 'features' to the corpus elements, allow mutations with Size > MaxSiz...
authorKostya Serebryany <kcc@google.com>
Thu, 22 Sep 2016 01:34:58 +0000 (01:34 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 22 Sep 2016 01:34:58 +0000 (01:34 +0000)
commite9b850b5c5fa772293b043769265b46c183ccddd
tree25136702f9586cdadefc45beaf496263decfadcd
parent3f3f2cd60667588e1902d1573f01b09527682daf
[libFuzzer] add 'features' to the corpus elements, allow mutations with Size > MaxSize, fix sha1 in corpus stats; various refactorings

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282129 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerCorpus.h
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/FuzzerTracePC.cpp
lib/Fuzzer/FuzzerTracePC.h
lib/Fuzzer/test/FuzzerUnittest.cpp