Closed
Bug 1546506
Opened 6 years ago
Closed 6 years ago
Add an assertion to ensure that we won't construct SeekTarget with invalid time
Categories
(Core :: Audio/Video: Playback, task, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
Attachments
(1 file)
Fork from [1], we would like to see whether the crash in bug1540744 is caused by using invalid time to initialize a SeekTarget.
| Assignee | ||
Comment 1•6 years ago
|
||
We should only use valid time to construct a SeekTarget, because we can't get the value from the invalid time.
This can help us to prevent having a crash when request data value from an invalid time.
Updated•6 years ago
|
Type: defect → task
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f159c693907a
Add an assertion to ensure that we won't construct SeekTarget with invalid time. r=bryce
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•