]> Git Repo - qemu.git/commit
vhost-vdpa: don't cleanup twice in vhost_vdpa_add()
authorJason Wang <[email protected]>
Fri, 3 Sep 2021 09:10:17 +0000 (17:10 +0800)
committerMichael S. Tsirkin <[email protected]>
Sat, 4 Sep 2021 21:34:05 +0000 (17:34 -0400)
commitf47a47e458bc12fbc2dc940ad9bb6cb8199f75bd
tree2450e2a922f1d4ea18baacb851d47d68017c817b
parent9ff7a54bcf9cc2ecb7433a971d4e28199b539fd2
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 <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
Message-Id: <20210903091031[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
net/vhost-vdpa.c
This page took 0.025078 seconds and 4 git commands to generate.