summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2785766)
raw | patch | inline | side by side (parent: 2785766)
author | Timur Iskhodzhanov <timurrrr@google.com> | |
Thu, 22 Jan 2015 12:24:21 +0000 (12:24 +0000) | ||
committer | Timur Iskhodzhanov <timurrrr@google.com> | |
Thu, 22 Jan 2015 12:24:21 +0000 (12:24 +0000) |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226809 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/AddressSanitizer.cpp | patch | blob | history |
diff --git a/lib/Transforms/Instrumentation/AddressSanitizer.cpp b/lib/Transforms/Instrumentation/AddressSanitizer.cpp
index 745c85a98e2f18245db17c742d37dc242db3820d..25f1f022c40c9aac5926886811cf4ec22255490a 100644 (file)
static const uint64_t kMIPS64_ShadowOffset64 = 1ULL << 36;
static const uint64_t kFreeBSD_ShadowOffset32 = 1ULL << 30;
static const uint64_t kFreeBSD_ShadowOffset64 = 1ULL << 46;
-static const uint64_t kWindowsShadowOffset32 = 1ULL << 30;
+static const uint64_t kWindowsShadowOffset32 = 3ULL << 28;
static const size_t kMinStackMallocSize = 1 << 6; // 64B
static const size_t kMaxStackMallocSize = 1 << 16; // 64K