aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2016-10-19 11:49:39 +0000
committerStephen Boyd <[email protected]>2016-10-19 20:14:18 +0000
commit7d36b9c102318aa86aceb074359305da88ce9ef9 (patch)
tree253f26b37d4c3866f9bfe643d1e391f2fd751376 /net/switchdev/switchdev.c
parentclk: hi6220: use CLK_OF_DECLARE_DRIVER for sysctrl and mediactrl clock init (diff)
downloadkernel-7d36b9c102318aa86aceb074359305da88ce9ef9.tar.gz
kernel-7d36b9c102318aa86aceb074359305da88ce9ef9.zip
clk: uniphier: fix memory overrun bug
The first loop of this "for" statement writes memory beyond the allocated clk_hw_onecell_data. It should be: for (clk_num--; clk_num >= 0; clk_num--) ... Or more simply: while (--clk_num >= 0) ... Fixes: 734d82f4a678 ("clk: uniphier: add core support code for UniPhier clock driver") Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions