Closed
Bug 1659392
Opened 5 years ago
Closed 5 years ago
Fuzzing interfaces for Rust should only be built with libFuzzer
Categories
(Core :: Fuzzing, defect)
Tracking
()
RESOLVED
FIXED
83 Branch
People
(Reporter: decoder, Assigned: decoder)
Details
Attachments
(1 file)
Currently, building mozilla-central with AFL is broken because the fuzzing code for Rust is active even with AFL. It only makes sense to build the rust code with fuzzing support when building with libFuzzer though, because AFL can't instrument the rust code.
| Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
The severity field is not set for this bug.
:decoder, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(choller)
| Assignee | ||
Updated•5 years ago
|
Severity: -- → S4
Flags: needinfo?(choller)
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e3f048f75d2c
Only enable rust fuzzing code with libFuzzer. r=truber
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Comment 5•5 years ago
|
||
Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.
status-firefox82:
--- → ?
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•