summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/UninitializedStrlen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse2018-07-091-0/+14
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
OpenPOWER on IntegriCloud