mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The TX path's inline-data branch didn't check the inline buffer length against the guest-supplied pkt.len() field. The worker will later panic when it tries to index the packet. Add the missing check, mirroring the other TX branches. Signed-off-by: Dylan Reid <dgreid@fb.com>