aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kcovfuzzer/kcovfuzzer.c
Commit message (Collapse)AuthorAgeFilesLines
* all: format with clang-format-20Aleksandr Nogikh2025-04-241-1/+1
| | | | The tests began to fail after pushing the new env container.
* tools/kcovfuzzer: write input to dmesgDmitry Vyukov2020-11-301-0/+48
| | | | | Write input to dmesg before executing it. Otherwise we won't get any reproducer.
* tools/kcovfuzzer: add binfmt_misc fuzzerDmitry Vyukov2020-11-301-2/+19
|
* tools/kcovfuzzer: refactor for easier addition of new fuzzersDmitry Vyukov2020-11-301-50/+78
| | | | | | Currently it's completely unstructured, a single "main" function. Make it reasonably structured with the goal of easier addition of new fuzzers.
* tools/kcovfuzzer: add simple KCOV/libfuzzer glueDmitry Vyukov2019-09-191-0/+128