Closed Bug 1243878 Opened 10 years ago Closed 10 years ago

[EME] Null check mKeys in CDMProxy::OnExpirationChange()

Categories

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

defect

Tracking

()

RESOLVED FIXED
mozilla47
Tracking Status
firefox47 --- fixed

People

(Reporter: cpearce, Assigned: cpearce)

References

Details

Attachments

(1 file)

All the methods in CDMProxy except CDMProxy::OnExpirationChange() that use mKeys null check mKeys before using it because it can go away during shutdown before the IPC message to call the methods have had a chance to run. We should do the null check in CDMProxy::OnExpirationChange() too.
All the methods in CDMProxy except CDMProxy::OnExpirationChange() that use mKeys null check mKeys before using it because it can go away during shutdown before the IPC message to call the methods have had a chance to run. We should do the null check in CDMProxy::OnExpirationChange() too.
Attachment #8713342 - Flags: review?(jwwang)
Attachment #8713342 - Flags: review?(jwwang) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/633d74f817b253cc9b424de664bfa23911fa8c03 Bug 1243878 - Null check CDMProxy::mKeys in CDMProxy::OnExpirationChange() before use. r=jwwang
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: