summaryrefslogtreecommitdiffstats
path: root/chrome_elf
diff options
context:
space:
mode:
authorservolk <servolk@chromium.org>2015-01-07 07:29:19 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-07 15:30:09 +0000
commitc6c9e4c2bdf9938e5b4adf191db1eeb338314036 (patch)
tree2bb868d63ab16dd810f449e0aaea660a88cdb2f3 /chrome_elf
parentafe3e28a6a78a853bba69a33918021405c3abdb5 (diff)
downloadchromium_src-c6c9e4c2bdf9938e5b4adf191db1eeb338314036.zip
chromium_src-c6c9e4c2bdf9938e5b4adf191db1eeb338314036.tar.gz
chromium_src-c6c9e4c2bdf9938e5b4adf191db1eeb338314036.tar.bz2
Add YCWebCameraSource.ax to Chrome blacklist
One of the top crashes for Chrome 38 and 39 is a crash due to some issue in YCWebCameraSource.ax, which is a component of CyberLink Youcam software. Let's blacklist it for now, to stop Chrome from crashing repeatedly. BUG=424159 Review URL: https://codereview.chromium.org/831223003 Cr-Commit-Position: refs/heads/master@{#310284}
Diffstat (limited to 'chrome_elf')
-rw-r--r--chrome_elf/blacklist/blacklist.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
index f775b62..e07220b 100644
--- a/chrome_elf/blacklist/blacklist.cc
+++ b/chrome_elf/blacklist/blacklist.cc
@@ -55,6 +55,7 @@ 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"YCWebCameraSource.ax", // CyberLink Youcam, crbug.com/424159
// Keep this null pointer here to mark the end of the list.
NULL,
};