aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb
diff options
context:
space:
mode:
authorOndrej Zary <[email protected]>2023-03-14 23:58:05 +0100
committerDamien Le Moal <[email protected]>2023-03-16 16:54:38 +0900
commit5bc9e2d43f86105a95f86fa096fb4e517bb0ce73 (patch)
tree8a25dc866ff77aca6003a764d774584111c60748 /scripts/gdb
parentdc472c7612297ffc9aea655bf6e9538bec5bfedf (diff)
ata: pata_parport: fix memory leaks
When ida_alloc() fails, "pi" is not freed although the misleading comment says otherwise. Move the ida_alloc() call up so we really don't have to free "pi" in case of ida_alloc() failure. Also move ida_free() call from pi_remove_one() to pata_parport_dev_release(). It was dereferencing already freed dev pointer. Testing revealed leak even in non-failure case which was tracked down to missing put_device() call after bus_find_device_by_name(). As a result, pata_parport_dev_release() was never called. Reported-by: kernel test robot <[email protected]> Reported-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected]/ Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions