Patch 1 enables generic-fuzzer configs to setup resources (such as temp directories) at runtime.
Patch 2 adds some documentation about OSS-Fuzz (including the feature added in Patch 1) Patch 3 adds two virtio-9p generic-fuzz configs. Once of these configs leverages the capability added in Patch 1 to create a temp directory for the fuzzer. Alexander Bulekov (3): fuzz: enable dynamic args for generic-fuzz configs docs/fuzz: add some information about OSS-Fuzz fuzz: add virtio-9p configurations for fuzzing docs/devel/fuzzing.rst | 26 +++++++++++++++++++++++++ tests/qtest/fuzz/generic_fuzz.c | 10 +++++++++- tests/qtest/fuzz/generic_fuzz_configs.h | 20 +++++++++++++++++++ 3 files changed, 55 insertions(+), 1 deletion(-) -- 2.28.0