[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser] 75/311: Bug 1752466 - Block WRusr.dll to stop the deadlock issue. r=haik, a=RyanVM
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@xxxxxxxxxxx>
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.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits