[PATCH] D48891: [libFuzzer] Make -fsanitize=memory,fuzzer work.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 16:08:47 PDT 2018


morehouse updated this revision to Diff 154011.
morehouse added a comment.

- Merge branch 'memfuzz' into memfuzz2
- Sync with parent patch.
- Added use-after-dtor test.
- Disable/enable MSan interceptors via scoped class.


https://reviews.llvm.org/D48891

Files:
  compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  compiler-rt/lib/fuzzer/FuzzerExtFunctions.def
  compiler-rt/lib/fuzzer/FuzzerInternal.h
  compiler-rt/lib/fuzzer/FuzzerLoop.cpp
  compiler-rt/test/fuzzer/UseAfterDtor.cpp
  compiler-rt/test/fuzzer/lit.cfg
  compiler-rt/test/fuzzer/msan.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48891.154011.patch
Type: text/x-patch
Size: 7988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180703/abbbb0c3/attachment-0001.bin>


More information about the llvm-commits mailing list