Closed
Bug 1681974
Opened 4 years ago
Closed 4 years ago
JS Frontend and Jit code needs libFuzzer instrumentation
Categories
(Core :: Fuzzing, enhancement)
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: decoder, Assigned: decoder)
Details
Attachments
(1 file)
The frontend code needs the instrumentation for the various parser targets so they work well with off-the-shelf TC builds. The jit code seems interesting particularly from a WebAssembly standpoint because I figured that some of the code is shared with that pipeline, correct?
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1130661c79c2
Add libFuzzer instrumentation to JS frontend and jit code. r=jandem
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•