Closed
Bug 1901514
Opened 5 months ago
Closed 5 months ago
Preload dbghelp.dll before sandbox lowering in content processes in debug builds.
Categories
(Core :: Security: Process Sandboxing, enhancement, P2)
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
dbghelp.dll is sometimes loaded in debug builds after sandbox lowering.
Using a USER_RESTRICTED access token level will prevent this load, so we will load it prior to lowering the sandbox.
Assignee | ||
Comment 1•5 months ago
|
||
This DLL is sometimes loaded during debug tests runs.
Updated•5 months ago
|
Severity: -- → S4
Priority: -- → P2
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/114217c3bd6c
Preload dbghelp.dll before sandbox lowering in content processes in debug builds. r=handyman
Comment 3•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•