Closed
Bug 1323152
Opened 9 years ago
Closed 9 years ago
RemoteVideoDecoder::DurationQueue access methods should be protected by a lock.
Categories
(Firefox for Android Graveyard :: Audio/Video, defect)
Firefox for Android Graveyard
Audio/Video
Tracking
(firefox53 fixed)
RESOLVED
FIXED
Firefox 53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: jhlin, Assigned: jhlin)
Details
Attachments
(1 file)
std::dequeue is not guaranteed to be thread-safe and needs access protection.
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jolin
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8818208 [details]
Bug 1323152 - protect DurationQueue with lock.
https://reviewboard.mozilla.org/r/98350/#review98608
Attachment #8818208 -
Flags: review?(snorp) → review+
Pushed by jolin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3500427ee76b
protect DurationQueue with lock. r=snorp
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•