From 173c54965bf9ca3c29badf5a1e3cef38dd108a70 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Tue, 13 Jun 2023 12:16:30 +0000 Subject: [PATCH] Bug 1826400 - Block aswhook on Windows 7 r=gstoll Differential Revision: https://phabricator.services.mozilla.com/D180638 --- 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 bfa993563ac9..093e436afe81 100644 --- a/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in +++ b/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in @@ -406,6 +406,9 @@ UTILITY_PROCESSES += [ DllBlocklistEntry("ipseng32.dll", ALL_VERSIONS), DllBlocklistEntry("ks3rdhmpg.dll", ALL_VERSIONS), DllBlocklistEntry("kwsui64.dll", ALL_VERSIONS), + + # Messes with user32 and breaks Utility on Win7 x86 + DllBlocklistEntry("aswhook.dll", ALL_VERSIONS, BLOCK_WIN7_AND_OLDER), ] UTILITY_PROCESSES_TESTS += [ -- 2.11.4.GIT