[PATCH] D48891: [libFuzzer] Make -fsanitize=memory,fuzzer work.
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 3 12:27:47 PDT 2018
morehouse created this revision.
morehouse added a reviewer: kcc.
This patch allows libFuzzer to fuzz applications instrumented with MSan
without recompiling libFuzzer with MSan instrumentation.
Fixes https://github.com/google/sanitizers/issues/958.
https://reviews.llvm.org/D48891
Files:
compiler-rt/lib/fuzzer/FuzzerDriver.cpp
compiler-rt/lib/fuzzer/FuzzerExtFunctions.def
compiler-rt/lib/fuzzer/FuzzerLoop.cpp
compiler-rt/test/fuzzer/lit.cfg
compiler-rt/test/fuzzer/msan.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48891.153955.patch
Type: text/x-patch
Size: 5226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180703/be486e6b/attachment.bin>
More information about the llvm-commits
mailing list