diff options
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | 2022-12-23 17:40:17 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-01-12 19:18:48 +0300 |
commit | fbfd614aeaa2853c2c575299dfe2458db8eff67e (patch) | |
tree | 1ef019cb46ddecc57af618c973614870d93e1691 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a278d0c92be9d90307114b05c3edb1e7354d8412 (diff) | |
download | linux-fbfd614aeaa2853c2c575299dfe2458db8eff67e.tar.xz |
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 <khoroshilov@ispras.ru>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/1671806417-32623-1-git-send-email-khoroshilov@ispras.ru
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions