On Mon, 27 Jul 2020 15:43:28 +0800
Jason Wang <[email protected]> wrote:
typo in subject: s/accesing/accessing/
> We try to get config from peer unconditionally which may lead NULL
s/lead/lead to a/
> pointer dereference. Add a check before trying to access the config.
>
> Fixes: 108a64818e69b ("vhost-vdpa: introduce vhost-vdpa backend")
> Cc: Cindy Lu <[email protected]>
> Tested-by: Cornelia Huck <[email protected]>
> Signed-off-by: Jason Wang <[email protected]>
> ---
> hw/net/virtio-net.c | 22 +++++++++++-----------
> 1 file changed, 11 insertions(+), 11 deletions(-)
Reviewed-by: Cornelia Huck <[email protected]>