Closed Bug 1923006 Opened 25 days ago Closed 15 days ago

Set `len_control` option for fuzz targets

Categories

(NSS :: Test, task)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mdauer, Assigned: mdauer)

Details

Attachments

(1 file)

Most fuzz targets use a custom mutator, causing libFuzzer to disable len_control by default. We recently increased the max_len for some targets by a bit, but don't want to immediately start with these very large inputs as this is causing the fuzz target to slow down.

Summary: Set `len_control` option for fuzz target → Set `len_control` option for fuzz targets

We have a custom mutator which causes libFuzzer to disable the default len control. Explicitly set the option to not immediately start with the largest possible inputs, as these slow down the fuzz target.

Status: ASSIGNED → RESOLVED
Closed: 15 days ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: