This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.9esr-11.0-1 in repository tor-browser.
commit 9957e3e22c1dddd15e9dbb21e7d23d4a2ab1a204 Author: Toshihito Kikuchi tkikuchi@mozilla.com AuthorDate: Mon Feb 14 20:35:56 2022 +0000
Bug 1752466 - Block WRusr.dll to stop the deadlock issue. r=haik, a=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D138668 --- mozglue/dllservices/WindowsDllBlocklistDefs.in | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/mozglue/dllservices/WindowsDllBlocklistDefs.in b/mozglue/dllservices/WindowsDllBlocklistDefs.in index db379053cae5a..14c745788b103 100644 --- a/mozglue/dllservices/WindowsDllBlocklistDefs.in +++ b/mozglue/dllservices/WindowsDllBlocklistDefs.in @@ -242,6 +242,9 @@ ALL_PROCESSES += [ DllBlocklistEntry("WRDll.x64.dll", (1, 1, 0, 227)), DllBlocklistEntry("WRDll.x86.dll", (1, 1, 0, 227)),
+ # Webroot SecureAnywhere causes deadlocks, bug 1752466 + DllBlocklistEntry("WRusr.dll", (9, 0, 32, 49)), + # InfoWatch Device Monitor causes crashes, bug 1704276 DllBlocklistEntry("iwprn.dll", (6, 9, 11, 360)), DllBlocklistEntry("iwprn_x86.dll", (6, 9, 11, 360)),