forked from Minki/linux
vfio-pci: Fix use after free
Reported by 0-day test infrastructure.
Fixes: ecaa1f6a01
("vfio-pci: Add VGA arbiter client")
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
6eb7018705
commit
5a0ff17741
@ -953,6 +953,7 @@ static int vfio_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||
if (ret) {
|
||||
iommu_group_put(group);
|
||||
kfree(vdev);
|
||||
return ret;
|
||||
}
|
||||
|
||||
if (vfio_pci_is_vga(pdev)) {
|
||||
|
Loading…
Reference in New Issue
Block a user