diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-23 01:28:57 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-23 01:28:57 +0000 |
commit | 372e877d5cd6b9ae180102fa9d2f1d47f412570c (patch) | |
tree | 00dbbd06c3e718f8e1def1751f5fa2c16d443a3a /chrome/browser/sandbox_policy.cc | |
parent | f5c07cfb7e518298f0b9956cd636fd36bca943da (diff) | |
download | chromium_src-372e877d5cd6b9ae180102fa9d2f1d47f412570c.zip chromium_src-372e877d5cd6b9ae180102fa9d2f1d47f412570c.tar.gz chromium_src-372e877d5cd6b9ae180102fa9d2f1d47f412570c.tar.bz2 |
Block another spyware doctor dll
This one is a strong suspect for several otherwise unexplained crashes
Image path: C:\Program Files\Spyware Doctor\smum32.dll
Image name: smum32.dll
Timestamp: Wed Nov 12 19:33:53 2008 (491BA021)
CheckSum: 0002DA62
ImageSize: 00029000
File version: 6.1.0.2
Product version: 6.1.0.2
TEST = no test required
BUG = 10695
Review URL: http://codereview.chromium.org/114043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sandbox_policy.cc')
-rw-r--r-- | chrome/browser/sandbox_policy.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sandbox_policy.cc b/chrome/browser/sandbox_policy.cc index fa7023a..8789c66 100644 --- a/chrome/browser/sandbox_policy.cc +++ b/chrome/browser/sandbox_policy.cc @@ -66,7 +66,8 @@ const wchar_t* const kTroublesomeDlls[] = { L"sbrige.dll", // Unknown. L"sc2hook.dll", // Supercopier 2. L"sguard.dll", // Iolo (System Guard). - L"smumhook.dll", // Spyware Doctor version 5 and above. + L"smum32.dll", // Spyware Doctor version 6. + L"smumhook.dll", // Spyware Doctor version 5. L"ssldivx.dll", // DivX. L"syncor11.dll", // SynthCore Midi interface. L"systools.dll", // Panda Antivirus. |