forked from OSchip/llvm-project
a610cb5ba0
Summary: Add a test for a data followed by 4-byte hash value. I use a slightly modified Jenkins hash function, as described in https://en.wikipedia.org/wiki/Jenkins_hash_function The modification is to ensure that hash(zeros) != 0. Reviewers: kcc Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D12648 llvm-svn: 247076 |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
FuzzerCrossOver.cpp | ||
FuzzerDriver.cpp | ||
FuzzerFlags.def | ||
FuzzerIO.cpp | ||
FuzzerInterface.cpp | ||
FuzzerInterface.h | ||
FuzzerInternal.h | ||
FuzzerLoop.cpp | ||
FuzzerMain.cpp | ||
FuzzerMutate.cpp | ||
FuzzerSHA1.cpp | ||
FuzzerSanitizerOptions.cpp | ||
FuzzerTraceState.cpp | ||
FuzzerUtil.cpp | ||
README.txt | ||
cxx_fuzzer_tokens.txt | ||
pull_and_push_fuzz_corpus.sh |
README.txt
Move to http://llvm.org/docs/LibFuzzer.html