commit 11f3cb750ac56cbad99a15ad65bff3329a73fd88
parent ba4165589f03e50c83730efecb44c1032fb016f6
Author: Greg Stoll <greg@gregstoll.com>
Date: Thu, 8 Jan 2026 12:21:23 +0000
Bug 2008739 - block fcagff64.dll in content processes r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D278035
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in b/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in
@@ -410,8 +410,11 @@ CHILD_PROCESSES += [
DllBlocklistEntry("tmmon.dll", ALL_VERSIONS),
DllBlocklistEntry("TmUmEvt.dll", ALL_VERSIONS),
- # McAfee DLLs that cause content process crashes for 32-bit (bug 2006941)
- DllBlocklistEntry("fcagff.dll", ALL_VERSIONS),
+ # Trellix DLLs that cause content process crashes for 32-bit (bug 2006941)
+ DllBlocklistEntry("fcagff.dll", (11, 12, 0, 483)),
+
+ # Trellix DLLs that cause content process crashes for 64-bit (bug 2008739)
+ DllBlocklistEntry("fcagff64.dll", (11, 12, 0, 483)),
]
GPU_PROCESSES += [