On Tue, Oct 8, 2024 at 2:51 PM Akihiko Odaki <akihiko.od...@daynix.com> wrote: > > We computes indirections_len by adding 1 to indirection_table_mask, but > it may overflow indirection_table_mask is UINT16_MAX. Check if > indirection_table_mask is small enough before adding 1. > > Fixes: 590790297c0d ("virtio-net: implement RSS configuration command") > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > --- > hw/net/virtio-net.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) >
Queued. Thanks