mbox series

[v2,0/3] fuzz: Add 9p generic-fuzz configs

Message ID 20210117230924.449676-1-alxndr@bu.edu (mailing list archive)
Headers show
Series fuzz: Add 9p generic-fuzz configs | expand

Message

Alexander Bulekov Jan. 17, 2021, 11:09 p.m. UTC
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.

v2: fix spelling mistakes and replace free() with g_free()

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 | 21 ++++++++++++++++++++
 3 files changed, 56 insertions(+), 1 deletion(-)