Bug 1360029 - Block Nahimic DLLs affected by a bug which causes Firefox to crash. r=jimm

--HG--
extra : rebase_source : 9d35825a8ce1ecb43f72b95ac7b27c33a834521f
This commit is contained in:
Marco Castelluccio 2017-10-12 15:08:04 +01:00
parent 4943ded16b
commit 0bdfded31a

View File

@ -243,9 +243,13 @@ static const DllBlockInfo sWindowsDllBlocklist[] = {
{ "idmcchandler5_64.dll", ALL_VERSIONS },
// Nahimic 2 breaks applicaton update (bug 1356637)
{ "nahimic2devprops.dll", ALL_VERSIONS },
{ "nahimic2devprops.dll", MAKE_VERSION(2, 5, 19, 0xffff) },
// Nahimic is causing crashes, bug 1233556
{ "nahimicmsiosd.dll", ALL_VERSIONS },
{ "nahimicmsiosd.dll", UNVERSIONED },
// Nahimic is causing crashes, bug 1360029
{ "nahimicvrdevprops.dll", UNVERSIONED },
{ "nahimic2osd.dll", MAKE_VERSION(2, 5, 19, 0xffff) },
{ "nahimicmsidevprops.dll", UNVERSIONED },
// Bug 1268470 - crashes with Kaspersky Lab on Windows 8
{ "klsihk64.dll", MAKE_VERSION(14, 0, 456, 0xffff), DllBlockInfo::BLOCK_WIN8_ONLY },