mbox series

[0/2] Bugfix in the error handling of gp_aux_bus_probe()

Message ID 20240523121434.21855-1-hyperlyzcs@gmail.com
Headers show
Series Bugfix in the error handling of gp_aux_bus_probe() | expand

Message

Yongzhi Liu May 23, 2024, 12:14 p.m. UTC
The error handling of gp_aux_bus_probe() invloves issues
related to double free and memory leak.

Yongzhi Liu (2):
  misc: microchip: pci1xxxx: fix double free in the error handling of
    gp_aux_bus_probe()
  misc: microchip: pci1xxxx: Fix a memory leak in the error handling of
    gp_aux_bus_probe()

 drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gp.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)