summaryrefslogtreecommitdiff
path: root/compiler-rt/test/fuzzer/UninitializedStrlen.cpp
AgeCommit message (Collapse)Author
2018-07-09[libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse
This patch allows libFuzzer to fuzz applications instrumented with MSan without recompiling libFuzzer with MSan instrumentation. Fixes https://github.com/google/sanitizers/issues/958. Differential Revision: https://reviews.llvm.org/D48891 llvm-svn: 336619