mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 944542 - Blocklist spvc32.dll. r=bsmedberg
This commit is contained in:
parent
679ef4d260
commit
1e5de10330
@ -137,6 +137,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
|
||||
// Software is discontinued/unsupported
|
||||
{ "atkdx11disp.dll", ALL_VERSIONS },
|
||||
|
||||
// Topcrash with Conduit SearchProtect, bug 944542
|
||||
{ "spvc32.dll", ALL_VERSIONS },
|
||||
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user