Closed
Bug 1661583
Opened 4 years ago
Closed 4 years ago
Update mp4parse-rust to fe90285
Categories
(Core :: Audio/Video: Playback, task, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: jbauman, Assigned: jbauman)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We need an update to fix bug 1661347, but since it's not blocking we may wait a bit longer to include more upstream changes. Hence the bug description lacks a specific revision to update to.
Assignee | ||
Comment 1•4 years ago
|
||
This will also include https://github.com/mozilla/mp4parse-rust/pull/242 To address issues with fuzzing/asan builds which cannot enable fallible allocation behavior in mp4parse_capi
. Going forward, allocation in this crate will always be fallible and will use standard rust APIs, so will no longer require the moz_memory
feature to be enabled.
Assignee | ||
Comment 2•4 years ago
|
||
- Enable fallible allocation in mp4parse_capi by default
- Switch from local implementation of fallible allocation to using
fallible_collections crate - Return error if any of the primary item data is missing
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b42edbde157
Update mp4parse-rust to fe90285. r=kinetik
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•