[tbb-commits] [tor-browser] 75/311: Bug 1752466 - Block WRusr.dll to stop the deadlock issue. r=haik, a=RyanVM

gitolite role git at cupani.torproject.org
Tue Apr 26 15:27:55 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch geckoview-99.0.1-11.0-1
in repository tor-browser.

commit 4ad7ddae33526635b52789b3fdd7a37775ae5538
Author: Toshihito Kikuchi <tkikuchi at 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
---
 toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in b/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in
index db379053cae5a..14c745788b103 100644
--- a/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in
+++ b/toolkit/xre/dllservices/mozglue/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)),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list