Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Our code calls del_vqs multiple times, assuming it's idempotent. commit 3ec7a77 virtio_pci: free up vq->priv broke this assumption, by adding kfree there, so multiple calls cause double free. Fix it up. Fixes: 3ec7a77 Reported-by: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
- Loading branch information