Closed
Bug 1697889
Opened 4 years ago
Closed 4 years ago
[Linux] Use av_log_set_callback() for ffmpeg logging to bypass RDD sandbox
Categories
(Core :: Audio/Video: Playback, enhancement)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: stransky, Assigned: stransky)
References
Details
[Linux] Use av_log_set_callback() for ffmpeg logging to bypass RDD sandbox.
Comment 1•4 years ago
|
||
I'm not sure what you had in mind for getting around it. Disabling the internal logging? That'd work but might make debugging trickier.
As pointed out in the original bug, this might be a matter of moving the code to handle libavcodec to the RDD process: https://searchfox.org/mozilla-central/source/security/sandbox/linux/SandboxFilter.cpp#1288
Assignee | ||
Comment 2•4 years ago
|
||
I misread the original post https://bugzilla.mozilla.org/show_bug.cgi?id=1693083#c2
If the crash happens with MOZ_LOG only we don't need that.
Thanks.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•