mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
6f1b9541ba
Summary: This adds a SHA1 implementation taken from public domain code. The change is trivial, but as it involves third-party code I'd like a second pair of eyes before commit. LibFuzzer can not use SHA1 from openssl because openssl may not be available and because we may be fuzzing openssl itself. Using sha1sum via a pipe is too slow. Test Plan: n/a Reviewers: chandlerc Reviewed By: chandlerc Subscribers: majnemer, llvm-commits Differential Revision: http://reviews.llvm.org/D9733 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237400 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
cxx_fuzzer_tokens.txt | ||
FuzzerCrossOver.cpp | ||
FuzzerDriver.cpp | ||
FuzzerFlags.def | ||
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