[asan] Intercept heap routines in VS2010 CRT

Users have requested that we add it to the list:
https://github.com/google/sanitizers/issues/864

llvm-svn: 316929
This commit is contained in:
Reid Kleckner 2017-10-30 17:26:13 +00:00
parent 566dbdc2fd
commit af86cba0cf
1 changed files with 1 additions and 0 deletions

View File

@ -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