Index: chrome_elf/blacklist/blacklist.cc |
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc |
index 32d3cb20c632b10a14f15b540bdeceb612d6ea75..7984373a4dac371bbdf4f34a9d109dfe5a7527d6 100644 |
--- a/chrome_elf/blacklist/blacklist.cc |
+++ b/chrome_elf/blacklist/blacklist.cc |
@@ -20,6 +20,9 @@ extern "C" IMAGE_DOS_HEADER __ImageBase; |
namespace blacklist{ |
const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = { |
+ L"datamngr.dll", |
+ L"hk.dll", |
+ L"lmrn.dll", |
L"libsvn_tsvn32.dll", |
robertshield
2014/02/18 19:37:00
nit: this list should be alphabetized
csharp
2014/02/18 19:39:34
Done.
|
// Keep this null pointer here to mark the end of the list. |
NULL, |