Closed
Bug 1398700
Opened 7 years ago
Closed 7 years ago
Data race in updating mChannelOffset when MediaCacheStream::NotifyDataReceived() runs off the main thread
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(2 files)
http://searchfox.org/mozilla-central/rev/00fa5dacedb925022f53d025121f1a919508e7ce/dom/media/MediaCache.h#446-448,463
mChannelOffset can only be updated on the main thread and with the monitor held.
We will make it safe to read/write on any thread.
Assignee | ||
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8907382 -
Flags: review?(cpearce)
Attachment #8907383 -
Flags: review?(cpearce)
Assignee | ||
Updated•7 years ago
|
Attachment #8907382 -
Flags: review?(cpearce)
Attachment #8907383 -
Flags: review?(cpearce)
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•