Closed
Bug 1118383
Opened 10 years ago
Closed 10 years ago
[gmp] Leak in oaes_key_gen
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: erahm, Assigned: eflores)
References
(Blocks 1 open bug)
Details
(Whiteboard: [MemShrink:P3][CID 1244722])
Attachments
(2 files)
864 bytes,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
988 bytes,
patch
|
lmandel
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
This is a bug in openaes. |_key| is leaked when |oeas_key_gen| returns early [1].
[1] https://hg.mozilla.org/mozilla-central/annotate/2a193b7f395c/media/gmp-clearkey/0.1/openaes/oaes_lib.c#l631
Updated•10 years ago
|
Whiteboard: [MemShrink][CID 1244722] → [MemShrink:P3][CID 1244722]
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → edwin
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8555013 -
Flags: review?(cpearce)
Updated•10 years ago
|
Attachment #8555013 -
Flags: review?(cpearce) → review+
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Updated•10 years ago
|
Blocks: eme-platform-uplift
Comment 3•10 years ago
|
||
status-firefox37:
--- → fixed
Comment 4•10 years ago
|
||
Patch for beta branch as part of EME platform uplift.
Comment 5•10 years ago
|
||
Comment on attachment 8572319 [details] [diff] [review]
Beta patch
Requesting retroactive approval for Beta landing as part of EME platform uplift.
Attachment #8572319 -
Flags: approval-mozilla-beta?
Updated•10 years ago
|
status-firefox38:
--- → fixed
Comment 6•10 years ago
|
||
Comment on attachment 8572319 [details] [diff] [review]
Beta patch
Previously approved as part of the EME platform landing on Beta.
Attachment #8572319 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
You need to log in
before you can comment on or make changes to this bug.
Description
•