llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 794a73124b [msan] Check for conflicting memory mappings.
Check for conflicting memory mappings before attempting to map shadow.
Helps avoid segfault on Linux with disabled ASLR.

llvm-svn: 171100
2012-12-26 06:37:23 +00:00
..
tests Add MSan unit tests to check-msan and check-all. 2012-12-25 13:10:15 +00:00
CMakeLists.txt MemorySanitizer unit tests. 2012-12-25 12:39:56 +00:00
msan.cc [msan] Check for conflicting memory mappings. 2012-12-26 06:37:23 +00:00
msan.h [msan] Fix header comments. 2012-12-25 11:53:51 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_flags.h [msan] Fix header comments. 2012-12-25 11:53:51 +00:00
msan_interceptors.cc [msan] Improve recvfrom interceptor. 2012-12-25 16:51:57 +00:00
msan_linux.cc [msan] Check for conflicting memory mappings. 2012-12-26 06:37:23 +00:00
msan_new_delete.cc
msan_platform_limits_posix.cc [msan] Improve recvfrom interceptor. 2012-12-25 16:51:57 +00:00
msan_platform_limits_posix.h [msan] Improve recvfrom interceptor. 2012-12-25 16:51:57 +00:00