aboutsummaryrefslogtreecommitdiff
path: root/kernel/gcov/gcov.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2023-04-01 22:03:27 +0200
committerUlf Hansson <[email protected]>2023-04-05 11:43:51 +0200
commit4b6d621c9d859ff89e68cebf6178652592676013 (patch)
treea603f05ef5828b39b1a0c080b33436312a7c8ca3 /kernel/gcov/gcov.h
parent2265098fd6a6272fde3fd1be5761f2f5895bd99a (diff)
memstick: fix memory leak if card device is never registered
When calling dev_set_name() memory is allocated for the name for the struct device. Once that structure device is registered, or attempted to be registerd, with the driver core, the driver core will handle cleaning up that memory when the device is removed from the system. Unfortunatly for the memstick code, there is an error path that causes the struct device to never be registered, and so the memory allocated in dev_set_name will be leaked. Fix that leak by manually freeing it right before the memory for the device is freed. Cc: Maxim Levitsky <[email protected]> Cc: Alex Dubov <[email protected]> Cc: Ulf Hansson <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]> Cc: Hans de Goede <[email protected]> Cc: Kay Sievers <[email protected]> Cc: [email protected] Fixes: 0252c3b4f018 ("memstick: struct device - replace bus_id with dev_name(), dev_set_name()") Cc: stable <[email protected]> Co-developed-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Co-developed-by: Mirsad Goran Todorovac <[email protected]> Signed-off-by: Mirsad Goran Todorovac <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'kernel/gcov/gcov.h')
0 files changed, 0 insertions, 0 deletions