aboutsummaryrefslogtreecommitdiff
path: root/include/linux/overflow.h
diff options
context:
space:
mode:
authorGaosheng Cui <[email protected]>2022-11-29 20:01:26 +0800
committerLinus Walleij <[email protected]>2022-12-06 15:28:14 +0100
commit83e1bcaf8cef26edaaf2a6098ef760f563683483 (patch)
tree4c19aaa54523d3dc969921a49b86dedc884fc9dd /include/linux/overflow.h
parent80b99ed74e234e82298531c459c29343d0a8bcf2 (diff)
pinctrl: thunderbay: fix possible memory leak in thunderbay_build_functions()
The thunderbay_add_functions() will free memory of thunderbay_funcs when everything is ok, but thunderbay_funcs will not be freed when thunderbay_add_functions() fails, then there will be a memory leak, so we need to add kfree() when thunderbay_add_functions() fails to fix it. In addition, doing some cleaner works, moving kfree(funcs) from thunderbay_add_functions() to thunderbay_build_functions(). Fixes: 12422af8194d ("pinctrl: Add Intel Thunder Bay pinctrl driver") Signed-off-by: Gaosheng Cui <[email protected]> Reviewed-by: Rafał Miłecki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'include/linux/overflow.h')
0 files changed, 0 insertions, 0 deletions