Re: [Qemu-devel] [RFC 16/19] fuzz: add general fuzzer entrypoints
Hi Aleksander, On 7/25/19 5:23 AM, Oleinik, Alexander wrote: > Defines LLVMFuzzerInitialize and LLVMFuzzerTestOneInput > > Signed-off-by: Alexander Oleinik > --- > tests/fuzz/fuzz.c | 262 ++ > tests/fuzz/fuzz.h | 96 + > 2 files chan
[Qemu-devel] [RFC 16/19] fuzz: add general fuzzer entrypoints
Defines LLVMFuzzerInitialize and LLVMFuzzerTestOneInput Signed-off-by: Alexander Oleinik --- tests/fuzz/fuzz.c | 262 ++ tests/fuzz/fuzz.h | 96 + 2 files changed, 358 insertions(+) create mode 100644 tests/fuzz/fuzz.c create mode 10