forked from OSchip/llvm-project
[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:
parent
566dbdc2fd
commit
af86cba0cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue