llvm-project/compiler-rt/lib
Francis Ricci 7c6bf1cc9f Don't read non-readable address ranges during lsan pointer scanning
Summary: This specifically addresses the Mach-O zero page, which we cannot read from.

Reviewers: kubamracek, samsonov, alekseyshl

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D32044

llvm-svn: 300456
2017-04-17 16:34:38 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan Fix memory leaks in address sanitizer darwin tests 2017-04-12 17:31:41 +00:00
builtins [builtins] Make some ISA macro checks work with MSVC 2017-04-07 17:18:43 +00:00
cfi [cfi] Accept weak definition of __cfi_check. 2017-04-07 22:52:08 +00:00
dfsan Revert "[sancov] moving sancov rt to sancov/ directory" 2017-01-12 01:37:35 +00:00
esan [sanitizer] Move fread and fwrite interceptors to sanitizer_common 2017-03-30 07:25:33 +00:00
interception [interception] Check for export table's size before referring to its elements. 2017-01-30 18:23:37 +00:00
lsan Don't read non-readable address ranges during lsan pointer scanning 2017-04-17 16:34:38 +00:00
msan [msan] Fix msan_test.cc by checking bind results before assuming IPv6 supported. 2017-04-13 20:25:24 +00:00
profile [profile] Sync up InstrProfData.inc (NFC) 2017-04-15 00:10:33 +00:00
safestack [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
sanitizer_common Don't read non-readable address ranges during lsan pointer scanning 2017-04-17 16:34:38 +00:00
scudo [scudo] 32-bit quarantine sizes adjustments and bug fixes 2017-02-03 20:49:42 +00:00
stats Revert "[sancov] moving sancov rt to sancov/ directory" 2017-01-12 01:37:35 +00:00
tsan Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systems 2017-04-13 17:28:52 +00:00
ubsan [ubsan] Use the correct tool name in diagnostics 2017-04-14 18:24:35 +00:00
xray Fix compile error 2017-04-12 09:42:46 +00:00
CMakeLists.txt Revert "[sancov] moving sancov rt to sancov/ directory" 2017-01-12 01:37:35 +00:00