OSDN Git Service

[libFuzzer] mutate empty input using the regular mutators (instead of a custom dummy...
authorKostya Serebryany <kcc@google.com>
Mon, 23 Jan 2017 22:52:13 +0000 (22:52 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 23 Jan 2017 22:52:13 +0000 (22:52 +0000)
commit72e0240a064a22cfd71bbd3f90a200fb6888411b
tree85acda33a8a0fb10e00e770abe5ca36425842828
parent1f1c4b3f65079250cbb98a6b09a5d5235f4fcd25
[libFuzzer] mutate empty input using the regular mutators (instead of a custom dummy one). This way when we mutate an empty input there is a chance we will get a dictionary word

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292843 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerMutate.cpp