Bug 944542 - Blocklist spvc32.dll. r=bsmedberg

This commit is contained in:
David Major 2014-02-10 15:52:34 -05:00
Родитель 679ef4d260
Коммит 1e5de10330
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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 }
};