diff options
author | wfh@chromium.org <wfh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 20:38:28 +0000 |
---|---|---|
committer | wfh@chromium.org <wfh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 20:38:28 +0000 |
commit | 7278052a5e91d3b4b92ecda86d3f50bf44eb5958 (patch) | |
tree | 96c3fae60a81654b945edba02610cfc4019477cc /content/common | |
parent | 8209f7c1d414bc566b35f72dbd5df4ecb13edcaa (diff) | |
download | chromium_src-7278052a5e91d3b4b92ecda86d3f50bf44eb5958.zip chromium_src-7278052a5e91d3b4b92ecda86d3f50bf44eb5958.tar.gz chromium_src-7278052a5e91d3b4b92ecda86d3f50bf44eb5958.tar.bz2 |
Add Bit Defender Internet Security 64-bit DLL to blacklist.
This blocks the DLL from loading in sandbox processes. It was causing sandbox
startup failure on Win64.
TBR=jschuh@chromium.org
BUG=379730
Review URL: https://codereview.chromium.org/308993003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/sandbox_win.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc index 45e2261..91fac7d 100644 --- a/content/common/sandbox_win.cc +++ b/content/common/sandbox_win.cc @@ -45,6 +45,7 @@ const wchar_t* const kTroublesomeDlls[] = { L"adialhk.dll", // Kaspersky Internet Security. L"acpiz.dll", // Unknown. L"akinsofthook32.dll", // Akinsoft Software Engineering. + L"avcuf64.dll", // Bit Defender Internet Security x64. L"avgrsstx.dll", // AVG 8. L"babylonchromepi.dll", // Babylon translator. L"btkeyind.dll", // Widcomm Bluetooth. |