mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 09:18:30 +00:00
9e01a11e67
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247076 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
cxx_fuzzer_tokens.txt | ||
FuzzerCrossOver.cpp | ||
FuzzerDriver.cpp | ||
FuzzerFlags.def | ||
FuzzerInterface.cpp | ||
FuzzerInterface.h | ||
FuzzerInternal.h | ||
FuzzerIO.cpp | ||
FuzzerLoop.cpp | ||
FuzzerMain.cpp | ||
FuzzerMutate.cpp | ||
FuzzerSanitizerOptions.cpp | ||
FuzzerSHA1.cpp | ||
FuzzerTraceState.cpp | ||
FuzzerUtil.cpp | ||
pull_and_push_fuzz_corpus.sh | ||
README.txt |
Move to http://llvm.org/docs/LibFuzzer.html