Re: [PATCH v6 19/21] fuzz: add virtio-net fuzz target

2020-01-03 Thread Stefan Hajnoczi
On Fri, Nov 29, 2019 at 09:34:52PM +, Oleinik, Alexander wrote: > The virtio-net fuzz target feeds inputs to all three virtio-net > virtqueues, and uses forking to avoid leaking state between fuzz runs. > > Signed-off-by: Alexander Bulekov > --- > tests/fuzz/Makefile.include | 1 + > test

[PATCH v6 19/21] fuzz: add virtio-net fuzz target

2019-11-29 Thread Oleinik, Alexander
The virtio-net fuzz target feeds inputs to all three virtio-net virtqueues, and uses forking to avoid leaking state between fuzz runs. Signed-off-by: Alexander Bulekov --- tests/fuzz/Makefile.include | 1 + tests/fuzz/virtio_net_fuzz.c | 105 +++ 2 files change