summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-10-30 17:26:13 +0000
committerReid Kleckner <rnk@google.com>2017-10-30 17:26:13 +0000
commita0eba2205796725858d1921bb5c0ce473cba8aa3 (patch)
tree1a0244f030c2de9a5f1d834741997b4c473a8081
parent0efc331375c1858dabff465c9613d101c131b0f6 (diff)
downloadcompiler-rt-a0eba2205796725858d1921bb5c0ce473cba8aa3.tar.gz
[asan] Intercept heap routines in VS2010 CRT
Users have requested that we add it to the list: https://github.com/google/sanitizers/issues/864 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@316929 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/interception/interception_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/interception/interception_win.cc b/lib/interception/interception_win.cc
index 23402e555..ac0b0505e 100644
--- a/lib/interception/interception_win.cc
+++ b/lib/interception/interception_win.cc
@@ -835,6 +835,7 @@ bool OverrideFunction(
static void **InterestingDLLsAvailable() {
static const char *InterestingDLLs[] = {
"kernel32.dll",
+ "msvcr100.dll", // VS2010
"msvcr110.dll", // VS2012
"msvcr120.dll", // VS2013
"vcruntime140.dll", // VS2015