Bug 1229252: Add eOppMonitor.dll (all versions) to the dll blocklist; r?bsmedberg draft
authorAaron Klotz <aklotz@mozilla.com>
Tue, 22 Mar 2016 14:08:33 -0600
changeset 343492 0aeff5c1d400c0a00325dab42cb52f81df0c0275
parent 343376 ea6298e1b4f7e22ce2311b2b6a918822f0adb112
child 516786 8fce4792a34baf8d8ceafc474c19c66061db18fb
push id13636
push useraklotz@mozilla.com
push dateTue, 22 Mar 2016 20:08:36 +0000
reviewersbsmedberg
bugs1229252
milestone48.0a1
Bug 1229252: Add eOppMonitor.dll (all versions) to the dll blocklist; r?bsmedberg MozReview-Commit-ID: 4bengYjxepN
mozglue/build/WindowsDllBlocklist.cpp
--- a/mozglue/build/WindowsDllBlocklist.cpp
+++ b/mozglue/build/WindowsDllBlocklist.cpp
@@ -183,16 +183,19 @@ static DllBlockInfo sWindowsDllBlocklist
 
   // NetOp School, discontinued product, bug 763395
   { "nlsp.dll", MAKE_VERSION(6, 23, 2012, 19) },
 
   // Orbit Downloader, bug 1222819
   { "grabdll.dll", MAKE_VERSION(2, 6, 1, 0) },
   { "grabkernel.dll", MAKE_VERSION(1, 0, 0, 1) },
 
+  // ESET, bug 1229252
+  { "eOppMonitor.dll", ALL_VERSIONS },
+
   { nullptr, 0 }
 };
 
 #ifndef STATUS_DLL_NOT_FOUND
 #define STATUS_DLL_NOT_FOUND ((DWORD)0xC0000135L)
 #endif
 
 // define this for very verbose dll load debug spew