Closed
Bug 1319900
Opened 9 years ago
Closed 9 years ago
Crash in mozilla::MediaDecoder::UpdateReadyState
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1333576
People
(Reporter: jchen, Assigned: jwwang)
References
Details
(Keywords: crash, csectype-uaf, sec-high)
Crash Data
This bug was filed from the Socorro interface and is
report bp-9cb76467-f3e0-4853-8f4e-603722161123.
=============================================================
Low volume crash that first appeared in the 11-22 Nightly, with 6 crashes for that Nightly on Windows. JW, could this be related to one of your recent changes?
Flags: needinfo?(jwwang)
Comment 1•9 years ago
|
||
Crashes are UAFs in some cases, marking as sec bug
Group: media-core-security
Component: Audio/Video → Audio/Video: Playback
Keywords: csectype-uaf,
sec-high
Assignee | ||
Comment 2•9 years ago
|
||
https://crash-stats.mozilla.com/signature/?product=Firefox&signature=mozilla%3A%3AMediaDecoder%3A%3AUpdateReadyState&date=%3E%3D2016-11-17T02%3A46%3A00.000Z&date=%3C2016-11-24T02%3A46%3A00.000Z&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&_sort=-date&page=1#reports
There are reports from 50.x. I think the problem has been there for a long time but some recent changes make it more likely to happen.
Flags: needinfo?(jwwang)
Updated•9 years ago
|
Priority: -- → P1
Comment 5•9 years ago
|
||
jw - can you update your thoughts on this? it's still occurring, and the assertion for bug 1319790 landed a couple of months back.
Flags: needinfo?(jwwang)
Assignee | ||
Comment 6•9 years ago
|
||
Somehow bug 1319790 didn't change MOZ_ASSERT to MOZ_DIAGNOSTIC_ASSERT for UpdateReadyState(). I will add a patch to do that and see if there will be new findings.
Flags: needinfo?(jwwang)
Comment 7•9 years ago
|
||
JW, you said you were going to do this a few days ago in comment 6. Will you still drive this?
Assignee: nobody → jwwang
Status: NEW → ASSIGNED
Flags: needinfo?(jwwang)
Assignee | ||
Comment 8•9 years ago
|
||
(In reply to Frederik Braun [:freddyb] from comment #7)
> JW, you said you were going to do this a few days ago in comment 6. Will you
> still drive this?
It is done in bug 1332544.
Flags: needinfo?(jwwang)
Assignee | ||
Comment 9•9 years ago
|
||
This should be a dup of bug 1333576.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Group: media-core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•