This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to annotated tag FIREFOX_102_4_0esr_BUILD1 in repository tor-browser.
commit 4bc6e9abbce9a42b61305c8f7306edee2eb2cb35 Author: Gabriele Svelto gsvelto@mozilla.com AuthorDate: Fri Oct 7 13:07:04 2022 +0000
Bug 1794064 - Block older crash-prone versions of Avast Antivirus. r=gcp, a=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D158836 --- 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 e53d38116666..444f308e3e4f 100644 --- a/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in +++ b/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in @@ -294,6 +294,9 @@ BROWSER_PROCESS += [
# AVerMedia's virtual camera module causes crashes (bug 1692908) DllBlocklistEntry("avmvirtualsource.ax", (1, 0, 0, 3)), + + # Avast (bug 1794064) + DllBlocklistEntry("aswJsFlt.dll", (18, 0, 1473, 0)), ]
CHILD_PROCESSES += [