Skip to content
Commit 2d4fcc5a authored by Dan Carpenter's avatar Dan Carpenter Committed by Stephen Boyd
Browse files

clk: versatile: clk-icst: use after free on error path



This frees "name" and then tries to display in as part of the error
message on the next line.  Swap the order.

Fixes: 1b2189f3 ("clk: versatile: clk-icst: Ensure clock names are unique")
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20211117072604.GC5237@kili


Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent e53f2086
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment