Bug 1356637 - Blocklist a Nahimic DLL which is causing app update problems. r?bsmedberg draft
authorMatt Howell <mhowell@mozilla.com>
Fri, 21 Apr 2017 08:40:13 -0700
changeset 566460 7b6d0da52efa9cce3f408735c6eb60ce91d0852a
parent 566459 303f73e7411bf3c5b9b27c1a4505d8afcb9f3f85
child 625320 0a7d287e3c71ffa3efb265585f03e8df2980a431
push id55221
push usermhowell@mozilla.com
push dateFri, 21 Apr 2017 15:42:00 +0000
reviewersbsmedberg
bugs1356637
milestone55.0a1
Bug 1356637 - Blocklist a Nahimic DLL which is causing app update problems. r?bsmedberg MozReview-Commit-ID: D9iEcuTMNRx
mozglue/build/WindowsDllBlocklist.cpp
--- a/mozglue/build/WindowsDllBlocklist.cpp
+++ b/mozglue/build/WindowsDllBlocklist.cpp
@@ -229,16 +229,19 @@ static const DllBlockInfo sWindowsDllBlo
   // smci*.dll - goobzo crashware (bug 1339908)
   { "smci32.dll", ALL_VERSIONS },
   { "smci64.dll", ALL_VERSIONS },
 
   // Crashes with Internet Download Manager, bug 1333486
   { "idmcchandler7.dll", ALL_VERSIONS },
   { "idmcchandler7_64.dll", ALL_VERSIONS },
 
+  // Nahimic 2 breaks applicaton update (bug 1356637)
+  { "nahimic2devprops.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