Closed
Bug 1189974
Opened 10 years ago
Closed 10 years ago
Stagefright: crash [@stagefright::MPEG4Extractor::parseMetaData]
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | affected |
People
(Reporter: tsmith, Assigned: rillian)
References
Details
(Keywords: crash, csectype-nullptr)
Attachments
(1 file)
|
52.72 KB,
text/plain
|
Details |
No description provided.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → giles
Priority: -- → P1
I believe this issue will be fixed by bug 1187067.
Looking back a few revisions, this line seems to be:
> mLastTrack->meta->setInt32(kKeyEncoderDelay, delay);
It dereferences mLastTrack (without null-checking) to access 'meta' (a smart pointer) and dereferences that, resulting in a SEGV in the smart pointer's operator->().
Depends on: 1187067
| Assignee | ||
Comment 2•10 years ago
|
||
Tyson, can you please verify this is fixed now that bug 1187067 has landed?
Flags: needinfo?(twsmith)
| Reporter | ||
Comment 3•10 years ago
|
||
I am no longer seeing this issue while fuzzing.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(twsmith)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•