Closed
Bug 1753948
Opened 3 years ago
Closed 3 years ago
Better control of nsJSUtils::DumpEnabled during FUZZING
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
99 Branch
People
(Reporter: decoder, Assigned: decoder)
Details
Attachments
(1 file)
In some fuzzing targets, dumping can be really noisy and the current options we have to disable dumping do not apply to all fuzzing targets.
In other places, we already use an environment variable to control additional output during fuzzing for debugging purposes and I propose we use the same in nsJSUtils::DumpEnabled
when building with FUZZING
. Patch coming.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7d6e1641a94
Support MOZ_FUZZ_DEBUG in nsJSUtils. r=baku
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•