aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/sancov_plugin.c
diff options
context:
space:
mode:
authorIoana Ciornei <[email protected]>2025-04-08 10:58:09 +0000
committerChristophe Leroy <[email protected]>2025-05-12 23:34:57 +0000
commitd694bf8a9acdbd061596f3e7549bc8cb70750a60 (patch)
tree1a241a10f4b12062672dcb878abe053ec4fe8451 /scripts/gcc-plugins/sancov_plugin.c
parentsoc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing (diff)
downloadkernel-d694bf8a9acdbd061596f3e7549bc8cb70750a60.tar.gz
kernel-d694bf8a9acdbd061596f3e7549bc8cb70750a60.zip
bus: fsl-mc: fix double-free on mc_dev
The blamed commit tried to simplify how the deallocations are done but, in the process, introduced a double-free on the mc_dev variable. In case the MC device is a DPRC, a new mc_bus is allocated and the mc_dev variable is just a reference to one of its fields. In this circumstance, on the error path only the mc_bus should be freed. This commit introduces back the following checkpatch warning which is a false-positive. WARNING: kfree(NULL) is safe and this check is probably not required + if (mc_bus) + kfree(mc_bus); Fixes: a042fbed0290 ("staging: fsl-mc: simplify couple of deallocations") Signed-off-by: Ioana Ciornei <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christophe Leroy <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/sancov_plugin.c')
0 files changed, 0 insertions, 0 deletions