mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-15 23:55:42 +00:00
It's legal to have 'offset + len' equal to
sizeof(struct virtio_net_config), since 'ndev->config' is a
'struct virtio_net_config', so we can safely copy its content under
this condition.
Fixes:
|
||
|---|---|---|
| .. | ||
| ifcvf | ||
| mlx5 | ||
| vdpa_sim | ||
| Kconfig | ||
| Makefile | ||
| vdpa.c | ||