Closed
Bug 1488702
Opened 7 years ago
Closed 7 years ago
Add an AV1 decoder fuzzing target
Categories
(Core :: Audio/Video, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: decoder, Assigned: decoder)
Details
Attachments
(1 file)
:tsmith has done extensive fuzzing of the AV1 decoder out-of-tree and Google has also recently added AV1 to oss-fuzz so there is already a lot of testing on the library.
However, to integrate better with our coverage measurements it would help to add an in-tree AV1 decoder target using the fuzzing interface of mozilla-central, so we can run on exactly the code that we have in the tree.
I already have the target working, we can just use the Google oss-fuzz target with some moz.build magic around it (thanks :dminor for helping me to figure this out)!.
Patch coming.
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Priority: -- → P2
Comment 2•7 years ago
|
||
Comment on attachment 9006541 [details]
Bug 1488702 - Add an AV1 decoder fuzzing target. r?jya
Jean-Yves Avenard [:jya] has approved the revision.
Attachment #9006541 -
Flags: review+
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d02b81ecc708
Add an AV1 decoder fuzzing target. r=jya
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•