Bug 1268470 - Part 2: Block klsihk64.dll on Windows 8 draft
authorJulien Cristau <jcristau@mozilla.com>
Fri, 08 Sep 2017 12:00:56 +0200
changeset 661510 12ce6617cedadd24edde3fad913ff1a327ad8329
parent 661509 9b1c5859f678454cde05990e35a9192c36735e2d
child 662336 42eec418d2227b216f8c593d2aa9c5dab8d9b3a8
push id78795
push userjcristau@mozilla.com
push dateFri, 08 Sep 2017 16:00:44 +0000
bugs1268470
milestone57.0a1
Bug 1268470 - Part 2: Block klsihk64.dll on Windows 8 MozReview-Commit-ID: B2IrXnr46eP
mozglue/build/WindowsDllBlocklist.cpp
--- a/mozglue/build/WindowsDllBlocklist.cpp
+++ b/mozglue/build/WindowsDllBlocklist.cpp
@@ -242,16 +242,19 @@ static const DllBlockInfo sWindowsDllBlo
   { "idmcchandler5.dll", ALL_VERSIONS },
   { "idmcchandler5_64.dll", ALL_VERSIONS },
 
   // Nahimic 2 breaks applicaton update (bug 1356637)
   { "nahimic2devprops.dll", ALL_VERSIONS },
   // Nahimic is causing crashes, bug 1233556
   { "nahimicmsiosd.dll", ALL_VERSIONS },
 
+  // Bug 1268470 - crashes with Kaspersky Lab on Windows 8
+  { "klsihk64.dll", ALL_VERSIONS, DllBlockInfo::BLOCK_WIN8_ONLY },
+
   { nullptr, 0 }
 };
 
 #ifndef STATUS_DLL_NOT_FOUND
 #define STATUS_DLL_NOT_FOUND ((DWORD)0xC0000135L)
 #endif
 
 // define this for very verbose dll load debug spew