summaryrefslogtreecommitdiff
path: root/lib/asan/asan_mapping.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2013-01-23 11:14:21 +0000
committerKostya Serebryany <kcc@google.com>2013-01-23 11:14:21 +0000
commita3b0e5e4f9f48b2ed0baee10c0236eda7c21c660 (patch)
tree205b3a0d3cd58dff22b4362565f5bdc9f89484c3 /lib/asan/asan_mapping.h
parent95d058800ebe11a9fda03b10455500aa4a5b3edb (diff)
downloadcompiler-rt-a3b0e5e4f9f48b2ed0baee10c0236eda7c21c660.tar.gz
compiler-rt-a3b0e5e4f9f48b2ed0baee10c0236eda7c21c660.tar.bz2
compiler-rt-a3b0e5e4f9f48b2ed0baee10c0236eda7c21c660.tar.xz
[asan] simplify the code that poisons global redzones, add some more tests
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@173251 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_mapping.h')
-rw-r--r--lib/asan/asan_mapping.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/asan/asan_mapping.h b/lib/asan/asan_mapping.h
index d7a9639c..2b77e24e 100644
--- a/lib/asan/asan_mapping.h
+++ b/lib/asan/asan_mapping.h
@@ -76,9 +76,6 @@ extern SANITIZER_INTERFACE_ATTRIBUTE uptr __asan_mapping_offset;
: kZeroBaseShadowStart)
#define kShadowGapEnd (kHighShadowBeg - 1)
-#define kGlobalAndStackRedzone \
- (SHADOW_GRANULARITY < 32 ? 32 : SHADOW_GRANULARITY)
-
namespace __asan {
static inline bool AddrIsInLowMem(uptr a) {