Bug 1294650 - Block the version of websense crashing 48 & 49. Followup, we already had this dll r=aklotz

MozReview-Commit-ID: re4nqi94vk

--HG--
extra : rebase_source : b7df4f51335da611b29c0bf94801e748d0b38ecb
This commit is contained in:
Sylvestre Ledru 2016-08-12 10:45:37 +02:00
parent 04a02cc919
commit 4d1e5235dd

View File

@ -77,6 +77,8 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// { "uxtheme.dll", ALL_VERSIONS },
// { "uxtheme.dll", 0x0000123400000000ULL },
// The DLL name must be in lowercase!
// The version field is a maximum, that is, we block anything that is
// less-than or equal to that version.
// NPFFAddon - Known malware
{ "npffaddon.dll", ALL_VERSIONS},
@ -127,9 +129,6 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// sprotector.dll crashes, bug 957258
{"sprotector.dll", ALL_VERSIONS},
// Topcrash with Websense Endpoint, bug 828184
{"qipcap.dll", MAKE_VERSION(7, 6, 815, 1)},
// leave these two in always for tests
{ "mozdllblockingtest.dll", ALL_VERSIONS },
{ "mozdllblockingtest_versioned.dll", 0x0000000400000000ULL },
@ -220,7 +219,7 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
{ "rlls.dll", ALL_VERSIONS },
{ "rlls64.dll", ALL_VERSIONS },
// Websense is crashing us on 48 & 49, bug 1291738
// Websense is crashing us for bunch of releases, bug 1291738 & bug 828184
{ "qipcap.dll", MAKE_VERSION(7, 6, 818, 1) },
{ nullptr, 0 }