On 2018-11-29 13:14, Jason Wang wrote: > This test tries to build a packet whose size is greater than INT_MAX > which tries to trigger integer overflow in qemu_net_queue_append_iov() > which may result OOB. > > Signed-off-by: Jason Wang <jasow...@redhat.com> > --- > tests/virtio-net-test.c | 45 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 45 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>