commit | 7f6ac72946b88b89ee44c1c527aa8591ac5ffcbe | [log] [tgz] |
---|---|---|
author | Stephen Kitt <steve@sk2.org> | Sat Oct 19 16:06:34 2019 +0200 |
committer | Stephen Boyd <sboyd@kernel.org> | Fri Nov 08 09:00:37 2019 -0800 |
tree | 2e925a8f238ba1aa2b7d4b9e197011430389f98b | |
parent | 049325870aa86a6c6b17ce3db667a6adbb6e6a76 [diff] |
clk/ti/adpll: allocate room for terminating null The buffer allocated in ti_adpll_clk_get_name doesn't account for the terminating null. This patch switches to devm_kasprintf to avoid overflowing. Signed-off-by: Stephen Kitt <steve@sk2.org> Link: https://lkml.kernel.org/r/20191019140634.15596-1-steve@sk2.org Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>