Closed
Bug 1133645
Opened 11 years ago
Closed 11 years ago
Android AudioDataDecoder uses audio_specific_config without checking its size
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla38
| Tracking | Status | |
|---|---|---|
| firefox38 | --- | fixed |
People
(Reporter: kinetik, Assigned: kinetik)
References
()
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
AudioDataDecoder's constructor assumes the audio_specific_config passed in is at least two bytes long. For some media, such as dom/media/test/small-shot-mp3.mp4, this assumption is incorrect and results in accessing uninitialized (and possibly unmapped) memory.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8565286 -
Flags: review?(snorp)
| Assignee | ||
Updated•11 years ago
|
Blocks: mediacodec
Comment 2•11 years ago
|
||
Comment on attachment 8565286 [details] [diff] [review]
patch v0
Review of attachment 8565286 [details] [diff] [review]:
-----------------------------------------------------------------
oops
Attachment #8565286 -
Flags: review?(snorp) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•