Closed
Bug 1360959
Opened 8 years ago
Closed 8 years ago
Fix assert in ChromiumCDMChild::RecvDecrypt()
Categories
(Core :: Audio/Video: GMP, defect, P3)
Core
Audio/Video: GMP
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(1 file)
From bug 1358373 comment 20:
<quote>
Our Coverity analysis pointed out a small problem in this assertion:
http://searchfox.org/mozilla-central/rev/38fdbbcaa4be3a3f5b0d207dc5d53fb687c42d6a/dom/media/gmp/ChromiumCDMChild.cpp#606
Seems like it should be MOZ_ASSERT_IF(buffer, buffer->AsShmemBuffer());
</quote>
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8863285 [details]
Bug 1360959 - Only assert our buffer is shmem backed if we have a buffer in ChromiumCDMChild.
https://reviewboard.mozilla.org/r/135082/#review137956
Attachment #8863285 -
Flags: review?(gsquelart) → review+
Pushed by cpearce@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/00dd395e56c4
Only assert our buffer is shmem backed if we have a buffer in ChromiumCDMChild. r=gerald
![]() |
||
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•