Closed Bug 1189974 Opened 10 years ago Closed 10 years ago

Stagefright: crash [@stagefright::MPEG4Extractor::parseMetaData]

Categories

(Core :: Audio/Video: Playback, defect, P1)

x86_64
Linux
defect

Tracking

()

RESOLVED FIXED
Tracking Status
firefox42 --- affected

People

(Reporter: tsmith, Assigned: rillian)

References

Details

(Keywords: crash, csectype-nullptr)

Attachments

(1 file)

Attached file call_stack.txt
No description provided.
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
Tyson, can you please verify this is fixed now that bug 1187067 has landed?
Flags: needinfo?(twsmith)
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.

Attachment

General

Created:
Updated:
Size: