[PATCH] D42897: MSan : Adding mmap W|X flag usage optional detection

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 4 13:56:59 PST 2018


devnexen created this revision.
devnexen added reviewers: samsonov, vitalybuka, krytarowski.
devnexen created this object with visibility "All Users".
devnexen created this object with edit policy "Administrators".
Herald added subscribers: Sanitizers, llvm-commits, kubamracek.

Detecting pages both writable and executable via the mmap interceptor but making it optional via a new MSAN_OPTIONS flag.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42897

Files:
  lib/msan/msan.h
  lib/msan/msan_flags.inc
  lib/msan/msan_interceptors.cc
  lib/msan/msan_report.cc
  lib/sanitizer_common/sanitizer_platform_limits_posix.cc
  lib/sanitizer_common/sanitizer_platform_limits_posix.h
  test/msan/mmap_prot_write_exec.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42897.132781.patch
Type: text/x-patch
Size: 4433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180204/345b1d96/attachment.bin>


More information about the llvm-commits mailing list