summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJason Wang2021-09-03 11:10:17 +0200
committerMichael S. Tsirkin2021-09-04 23:34:05 +0200
commitf47a47e458bc12fbc2dc940ad9bb6cb8199f75bd (patch)
tree2450e2a922f1d4ea18baacb851d47d68017c817b /scripts
parentvhost-vdpa: remove the unnecessary check in vhost_vdpa_add() (diff)
downloadqemu-f47a47e458bc12fbc2dc940ad9bb6cb8199f75bd.tar.gz
qemu-f47a47e458bc12fbc2dc940ad9bb6cb8199f75bd.tar.xz
qemu-f47a47e458bc12fbc2dc940ad9bb6cb8199f75bd.zip
vhost-vdpa: don't cleanup twice in vhost_vdpa_add()
The previous vhost_net_cleanup is sufficient for freeing, calling vhost_vdpa_del() in this case will lead an extra round of free. Note that this kind of "double free" is safe since vhost_dev_cleanup() zero the whole structure. Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20210903091031.47303-8-jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions