Re: [PATCH v3 1/4] fuzz: adjust timeout to allow for longer inputs

2021-06-24 Thread Darren Kenny
On Wednesday, 2021-06-23 at 23:45:00 -04, Alexander Bulekov wrote: > Using a custom timeout is useful to continue fuzzing complex devices, > even after we run into some slow code-path. However, simply adding a > fixed timeout to each input effectively caps the maximum input > length/number of opera

[PATCH v3 1/4] fuzz: adjust timeout to allow for longer inputs

2021-06-23 Thread Alexander Bulekov
Using a custom timeout is useful to continue fuzzing complex devices, even after we run into some slow code-path. However, simply adding a fixed timeout to each input effectively caps the maximum input length/number of operations at some artificial value. There are two major problems with this: 1.