diff options
author | Alexey Khoroshilov <[email protected]> | 2022-12-23 17:40:17 +0300 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2023-01-12 17:18:48 +0100 |
commit | fbfd614aeaa2853c2c575299dfe2458db8eff67e (patch) | |
tree | 1ef019cb46ddecc57af618c973614870d93e1691 /lib/netdev-notifier-error-inject.c | |
parent | a278d0c92be9d90307114b05c3edb1e7354d8412 (diff) |
clk: renesas: cpg-mssr: Fix use after free if cpg_mssr_common_init() failed
If cpg_mssr_common_init() fails after assigning priv to global variable
cpg_mssr_priv, it deallocates priv, but cpg_mssr_priv keeps dangling
pointer that potentially can be used later.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes: 1f7db7bbf031 ("clk: renesas: cpg-mssr: Add early clock support")
Signed-off-by: Alexey Khoroshilov <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions