Bug 1268470 - Part 3: Restrict klsihk64.dll block to versions < 14.0.457.0 draft
authorJulien Cristau <jcristau@mozilla.com>
Mon, 11 Sep 2017 11:58:12 +0200
changeset 662336 42eec418d2227b216f8c593d2aa9c5dab8d9b3a8
parent 661510 12ce6617cedadd24edde3fad913ff1a327ad8329
child 730820 7a39bb98d69e441bc8ee8ce0a2590da38b63b733
push id79032
push userjcristau@mozilla.com
push dateMon, 11 Sep 2017 11:51:36 +0000
bugs1268470
milestone57.0a1
Bug 1268470 - Part 3: Restrict klsihk64.dll block to versions < 14.0.457.0 MozReview-Commit-ID: CD7jpcGGr9s
mozglue/build/WindowsDllBlocklist.cpp
--- a/mozglue/build/WindowsDllBlocklist.cpp
+++ b/mozglue/build/WindowsDllBlocklist.cpp
@@ -243,17 +243,17 @@ static const DllBlockInfo sWindowsDllBlo
   { "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 },
+  { "klsihk64.dll", MAKE_VERSION(14, 0, 456, 0xffff), DllBlockInfo::BLOCK_WIN8_ONLY },
 
   { nullptr, 0 }
 };
 
 #ifndef STATUS_DLL_NOT_FOUND
 #define STATUS_DLL_NOT_FOUND ((DWORD)0xC0000135L)
 #endif