cloud-hypervisor/net_util
Bo Chen 559faa272a net_util: queue_pair: Avoid integer overflow
This integer overflow was triggered with fuzzing on the virtio-net
device. The integer overflow is from the wrong assumption that the
packets read from or written to the tap device is always larger than the
size of a virtio-net header.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2022-11-28 17:19:53 +00:00
..
src net_util: queue_pair: Avoid integer overflow 2022-11-28 17:19:53 +00:00
Cargo.toml build: Bulk update dependencies 2022-11-28 16:57:49 +00:00