]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
vfio/pci: fix potential memory leak in vfio_intx_enable()
authorYe Bin <yebin10@huawei.com>
Mon, 15 Apr 2024 01:50:29 +0000 (09:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:09 +0000 (15:11 +0200)
commita6d810554d7d9d07041f14c5fcd453f3d3fed594
treec0e440e636fdc126491b3c29562157c3c01ecf4d
parenta1630bd15f23bb0358ef30df9cc43e0ed40c4302
vfio/pci: fix potential memory leak in vfio_intx_enable()

commit 82b951e6fbd31d85ae7f4feb5f00ddd4c5d256e2 upstream.

If vfio_irq_ctx_alloc() failed will lead to 'name' memory leak.

Fixes: 18c198c96a81 ("vfio/pci: Create persistent INTx handler")
Signed-off-by: Ye Bin <yebin10@huawei.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Acked-by: Reinette Chatre <reinette.chatre@intel.com>
Link: https://lore.kernel.org/r/20240415015029.3699844-1-yebin10@huawei.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Oleksandr Tymoshenko <ovt@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/vfio/pci/vfio_pci_intrs.c