Closed
Bug 1635037
Opened 5 years ago
Closed 5 years ago
Code in image/decoders/ is missing fuzzing instrumentation
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
mozilla78
People
(Reporter: decoder, Assigned: decoder)
Details
Attachments
(1 file)
The code in the image/decoders/
subdirectory has no fuzzing instrumentation. This might have happened during a refactoring. Adding the instrumentation back should also resolve the issues we are seeing at oss-fuzz with the image decoder targets.
(This is a fuzzing-only change not affecting regular builds, will flag :truber for review).
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/091b132ad075
Add missing fuzzing instrumentation in image/decoders/. r=truber
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Comment 4•5 years ago
|
||
The patch landed in nightly and beta is affected.
:decoder, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Flags: needinfo?(choller)
You need to log in
before you can comment on or make changes to this bug.
Description
•