Bug 1292268 - Block a malware: chtbrkg.dll r?bbsmedberg draft
authorSylvestre Ledru <sledru@mozilla.com>
Fri, 05 Aug 2016 11:28:03 +0200
changeset 397149 a820922accad37166b32e4534755ebd170b5c005
parent 397143 25768a2b31fa8b9d4a19ca3d8d81b3ffabeae739
child 397158 6f4fdbb0f3d9836b06e6ed007a2726a3dc5b747a
push id25222
push usersledru@mozilla.com
push dateFri, 05 Aug 2016 09:29:07 +0000
reviewersbbsmedberg
bugs1292268
milestone50.0a1
Bug 1292268 - Block a malware: chtbrkg.dll r?bbsmedberg MozReview-Commit-ID: KixkAuziCxv
mozglue/build/WindowsDllBlocklist.cpp
--- a/mozglue/build/WindowsDllBlocklist.cpp
+++ b/mozglue/build/WindowsDllBlocklist.cpp
@@ -215,16 +215,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 },
 
+  // Crashes on a malware, bug 1292268
+  { "chtbrkg.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