[asan] Add ucrtbase.dll to the list of DLLs to intercept
authorReid Kleckner <rnk@google.com>
Tue, 22 Mar 2016 15:46:50 +0000 (15:46 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 22 Mar 2016 15:46:50 +0000 (15:46 +0000)
Reduces number of test failures in check-asan-dynamic with VS 2015.

llvm-svn: 264061

compiler-rt/lib/interception/interception_win.cc

index 0511ed9..efc53dc 100644 (file)
@@ -197,6 +197,7 @@ static void **InterestingDLLsAvailable() {
     "kernel32.dll",
     "msvcr110.dll", // VS2012
     "msvcr120.dll", // VS2013
+    "ucrtbase.dll", // Universal CRT
     // NTDLL should go last as it exports some functions that we should override
     // in the CRT [presumably only used internally].
     "ntdll.dll", NULL