aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/fuzzer.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/fuzzer: factor out the fuzzing engineAleksandr Nogikh2024-03-121-0/+7
This is the first step for #1541. Move the fuzzing engine that used to be interleaved with other syz-fuzzer code into a separate package. For now, the algorithm is more or less the same as it was, the only difference is that a pkg/fuzzer instance scales to the available computing power. Add an executor-based test that performs real fuzzing.