Closed
Bug 1914870
Opened 2 months ago
Closed 1 month ago
Use libFuzzer options from fuzz/config/$fuzzer.options in CI
Categories
(NSS :: Test, enhancement)
NSS
Test
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdauer, Assigned: mdauer)
Details
Attachments
(1 file)
scheduleFuzzingRun
currently takes max_len
as the fourth parameter , which is used to set libFuzzer max_len
, and most calls use a hardcoded value. We should instead use the values from fuzz/options/$fuzzer.options
, especially with the recent changes (Bug 1903783).
Assignee | ||
Updated•1 months ago
|
Summary: Use max_len from fuzz/config/$fuzzer.options in CI → Use libFuzzer options from fuzz/config/$fuzzer.options in CI
Assignee | ||
Comment 1•1 months ago
|
||
Comment 2•1 month ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•