[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] Avoid sending zero-size packets
From: |
Oleinik, Alexander |
Subject: |
[Qemu-devel] [PATCH 0/2] Avoid sending zero-size packets |
Date: |
Fri, 19 Jul 2019 18:52:15 +0000 |
While fuzzing virtio-net I found that attempting to send
a zero-size packet leads to an assertion failure, when resetting the
device. These patches add an assertion to net/net.c to ensure that
virtual devices do not try to send zero-size packets and change
virtio-net to check that packets have non-zero size, prior to sending.
Alexander Oleinik (2):
net: assert that tx packets have nonzero size
virtio-net: check that tx packet has positive size
hw/net/virtio-net.c | 15 +++++++++------
net/net.c | 3 +++
2 files changed, 12 insertions(+), 6 deletions(-)
--
2.20.1
- [Qemu-devel] [PATCH 0/2] Avoid sending zero-size packets,
Oleinik, Alexander <=