mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1766022: Add videocapturer* to the child process DLL blocklist. r=gcp
This has been found to cause crashes when win32k lockdown is enabled. Differential Revision: https://phabricator.services.mozilla.com/D144459
This commit is contained in:
parent
eed1aead2d
commit
b6b4d8f3fe
@ -295,5 +295,10 @@ BROWSER_PROCESS += [
|
||||
CHILD_PROCESSES += [
|
||||
# Causes crashes in the GPU process with WebRender enabled, bug 1544435
|
||||
DllBlocklistEntry("wbload.dll", ALL_VERSIONS),
|
||||
|
||||
# Causes crashes in the content process with win32k lockdown, bug 1766022
|
||||
DllBlocklistEntry("videocapturer.dll", ALL_VERSIONS),
|
||||
DllBlocklistEntry("videocapturerhk32.dll", ALL_VERSIONS),
|
||||
DllBlocklistEntry("videocapturerhk64.dll", ALL_VERSIONS),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user