Re: [Qemu-devel] [RFC 16/19] fuzz: add general fuzzer entrypoints

2019-07-25 Thread Philippe Mathieu-Daudé
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

2019-07-24 Thread Oleinik, Alexander
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