diff options
author | dalecurtis <dalecurtis@chromium.org> | 2015-01-08 11:14:00 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-08 19:14:58 +0000 |
commit | 2354603b228bfe41c4490aff779084600576d627 (patch) | |
tree | 4bfa0c0eb784f152c9ef9ca6c505e64392d17f30 /chrome_elf | |
parent | 226a239b38a1f1fc3bc9bec8018334abafb5dc37 (diff) | |
download | chromium_src-2354603b228bfe41c4490aff779084600576d627.zip chromium_src-2354603b228bfe41c4490aff779084600576d627.tar.gz chromium_src-2354603b228bfe41c4490aff779084600576d627.tar.bz2 |
Reblacklist virtualCamera.ax, it's causing renderer hangs.
This driver has persistent issues, we previously blacklisted it for
http://crbug.com/378465 but came up with a workaround and thus it
was allowed again. Now we're getting renderer hangs because it
blocks a sync ipc from completing on the audio thread.
Given the multiple issues and high install base, I think we should
permanently blacklist this dll from loading.
BUG=422522
TEST=none
Review URL: https://codereview.chromium.org/838683002
Cr-Commit-Position: refs/heads/master@{#310556}
Diffstat (limited to 'chrome_elf')
-rw-r--r-- | chrome_elf/blacklist/blacklist.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc index e07220b..e92ad83 100644 --- a/chrome_elf/blacklist/blacklist.cc +++ b/chrome_elf/blacklist/blacklist.cc @@ -55,6 +55,8 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = { L"windowsapihookdll32.dll", // Lenovo One Key Theater. // See crbug.com/379218. L"windowsapihookdll64.dll", // Lenovo One Key Theater. + L"virtualCamera.ax", // %PROGRAMFILES%\ASUS\VirtualCamera. + // See crbug.com/422522. L"YCWebCameraSource.ax", // CyberLink Youcam, crbug.com/424159 // Keep this null pointer here to mark the end of the list. NULL, |