Re: [PATCH v8 11/21] fuzz: add fuzzer skeleton

2020-02-05 Thread Darren Kenny
Hi Alex, On Wed, Jan 29, 2020 at 05:34:20AM +, Bulekov, Alexander wrote: tests/fuzz/fuzz.c serves as the entry point for the virtual-device fuzzer. Namely, libfuzzer invokes the LLVMFuzzerInitialize and LLVMFuzzerTestOneInput functions, both of which are defined in this file. This change add

[PATCH v8 11/21] fuzz: add fuzzer skeleton

2020-01-28 Thread Bulekov, Alexander
tests/fuzz/fuzz.c serves as the entry point for the virtual-device fuzzer. Namely, libfuzzer invokes the LLVMFuzzerInitialize and LLVMFuzzerTestOneInput functions, both of which are defined in this file. This change adds a "FuzzTarget" struct, along with the fuzz_add_target function, which should b