Skip to content

Commit

Permalink
Add explorerex.dll to Chrome's Browser's Blacklist
Browse files Browse the repository at this point in the history
This has been causing a large number of browser crashes.

Review URL: https://codereview.chromium.org/1101563002

Cr-Commit-Position: refs/heads/master@{#326098}
  • Loading branch information
csharp authored and Commit bot committed Apr 21, 2015
1 parent ead70ba commit b223da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chrome_elf/blacklist/blacklist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
L"crdli.dll", // Linkury Inc.
L"crdli64.dll", // Linkury Inc.
L"datamngr.dll", // Unknown (suspected adware).
L"explorerex.dll", // Unknown (suspected adware).
L"hk.dll", // Unknown (keystroke logger).
L"libapi2hook.dll", // V-Bates.
L"libinject.dll", // V-Bates.
Expand Down
1 change: 1 addition & 0 deletions tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48425,6 +48425,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="295718620" label="cespy.dll"/>
<int value="313484566" label="vntsrv.dll"/>
<int value="447643466" label="libinject.dll"/>
<int value="604217493" label="explorerex.dll"/>
<int value="685821492" label="smdmf.dll"/>
<int value="750761702" label="systemk.dll"/>
<int value="777975221" label="activedetect32.dll"/>
Expand Down

0 comments on commit b223da4

Please sign in to comment.