Closed
Bug 1189588
Opened 10 years ago
Closed 10 years ago
Potential unsafe use of MediaSourceDemuxer::NotifyTimeRangesChanged
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox40 | --- | unaffected |
firefox41 | --- | unaffected |
firefox42 | --- | fixed |
firefox-esr38 | --- | unaffected |
b2g-v2.0 | --- | unaffected |
b2g-v2.0M | --- | unaffected |
b2g-v2.1 | --- | unaffected |
b2g-v2.1S | --- | unaffected |
b2g-v2.2 | --- | unaffected |
b2g-v2.2r | --- | unaffected |
b2g-master | --- | fixed |
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(1 file)
4.47 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
This causes the backout of bug 1184867 even though it has nothing to do with this patch.
(it just occurred without that change in http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/fx-team-win64/1438288664/fx-team_win8_64_test-web-platform-tests-3-bm119-tests1-windows-build203.txt.gz)
bug 1189138 have slightly changed the timing in which the mediasourcedemuxer is notified of data ; causing the issue to appear.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8641466 -
Flags: review?(cpearce)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jyavenard
Updated•10 years ago
|
Attachment #8641466 -
Flags: review?(cpearce) → review+
Comment 3•10 years ago
|
||
Marking SS based on comment 0 indicating the issue existed prior to the bugs mentioned there.
Group: core-security
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Comment 6•9 years ago
|
||
How severe is this? Does it affect older branches? Do we need to worry about backporting?
Flags: needinfo?(jyavenard)
Assignee | ||
Comment 7•9 years ago
|
||
the new mediasource is only active in 42.
it can be turned on in 41 by switching a pref but I wouldn't worry about it.
Flags: needinfo?(jyavenard)
Updated•9 years ago
|
status-firefox41:
--- → unaffected
Updated•9 years ago
|
status-b2g-v2.0:
--- → unaffected
status-b2g-v2.0M:
--- → unaffected
status-b2g-v2.1:
--- → unaffected
status-b2g-v2.1S:
--- → unaffected
status-b2g-v2.2:
--- → unaffected
status-b2g-v2.2r:
--- → unaffected
status-b2g-master:
--- → fixed
status-firefox40:
--- → unaffected
status-firefox-esr38:
--- → unaffected
Updated•9 years ago
|
Group: core-security → core-security-release
Updated•9 years ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•