зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1339908 - Blocklist goobzo associated dlls. r=bsmedberg
MozReview-Commit-ID: GFfdAGL1LeG --HG-- extra : rebase_source : 380f5482ab9c485688b452fede292ed72cfb8d79
This commit is contained in:
Родитель
374ef3dd48
Коммит
3eba9a35c8
|
@ -225,6 +225,10 @@ static const DllBlockInfo sWindowsDllBlocklist[] = {
|
|||
// K7TotalSecurity, bug 1339083.
|
||||
{ "k7pswsen.dll", MAKE_VERSION(15, 2, 2, 95) },
|
||||
|
||||
// smci*.dll - goobzo crashware (bug 1339908)
|
||||
{ "smci32.dll", ALL_VERSIONS },
|
||||
{ "smci64.dll", ALL_VERSIONS },
|
||||
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче