Closed
Bug 1635275
Opened 5 years ago
Closed 5 years ago
Irregexp: Add target for differential fuzzing
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: iain, Assigned: iain)
References
Details
Attachments
(1 file)
This C++ fuzzer uses libfuzzer to do differential testing between interpreted and compiled code in the new engine.
Assignee | ||
Comment 1•5 years ago
|
||
This patch adds a C++ libfuzzer target for differential testing between the interpreter and compiler of the new regexp engine.
Updated•5 years ago
|
Severity: -- → N/A
Pushed by iireland@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5aa65d02ddfa
Add fuzzing target r=decoder
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•