Open
Bug 1414008
Opened 8 years ago
Updated 3 years ago
Investigate file access via graphics gfxWindowsPlatform::GetPlatformCMSOutputProfile
Categories
(Core :: Graphics, enhancement, P3)
Tracking
()
NEW
People
(Reporter: jimm, Unassigned)
Details
(Whiteboard: sb+[gfx-noted])
Looks like we do basic fileio here in the content process during init. Depending on the path this might be failing silently. No assertion, no return value, and the debug output goes to stderr on Windows. So if it does fail, no one would know.
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(bobowencode)
Priority: -- → P3
Whiteboard: sb+
Comment 2•8 years ago
|
||
At the moment gfxWindowsPlatform::GetPlatformCMSOutputProfile appears to always be called as part of ContentChild::RecvSetXPCOMProcessAttributes, which is currently before we lower the sandbox and it should be working fine.
However, we should probably have assertions or use gfxDevCrash or something in this code, depending on how serious we think a failure is.
Clearing the priority in the hope that it gets back into a triage.
Component: Security: Process Sandboxing → Graphics
Flags: needinfo?(bobowencode)
Priority: P3 → --
Updated•8 years ago
|
status-firefox58:
affected → ---
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: sb+ → sb+[gfx-noted]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•