mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-14 15:41:46 +00:00
This panic was triggered with fuzzing on the virtio-net device. This commits handles the error explicitly to avoid the panic, which also makes the fuzzer happy (as panic is treated as bugs). Signed-off-by: Bo Chen <chen.bo@intel.com>