Bug 1291738 - Block the version of websense crashing 48 & 49. r=bsmedberg, a=ritu
MozReview-Commit-ID: F1cbCFYYVcU
--- a/mozglue/build/WindowsDllBlocklist.cpp
+++ b/mozglue/build/WindowsDllBlocklist.cpp
@@ -210,16 +210,19 @@ static DllBlockInfo sWindowsDllBlocklist
{ "opls64.dll", ALL_VERSIONS },
{ "pmls.dll", ALL_VERSIONS },
{ "pmls64.dll", ALL_VERSIONS },
{ "prls.dll", ALL_VERSIONS },
{ "prls64.dll", ALL_VERSIONS },
{ "rlls.dll", ALL_VERSIONS },
{ "rlls64.dll", ALL_VERSIONS },
+ // Websense is crashing us on 48 & 49, bug 1291738
+ { "qipcap.dll", MAKE_VERSION(7, 6, 818, 1) },
+
{ nullptr, 0 }
};
#ifndef STATUS_DLL_NOT_FOUND
#define STATUS_DLL_NOT_FOUND ((DWORD)0xC0000135L)
#endif
// define this for very verbose dll load debug spew