diff options
author | Dan Carpenter <dan.carpenter@linaro.org> | 2023-04-21 13:41:01 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-06-15 03:21:00 +0300 |
commit | da2edb3e3c09fd1451b7f400ccd1070ef086619a (patch) | |
tree | 9e0389a98d10833eac7488f1d98034ed9d183670 /scripts/gdb/linux/utils.py | |
parent | a7a0c7d5502217e650d1e996520717212ee54fb9 (diff) | |
download | linux-da2edb3e3c09fd1451b7f400ccd1070ef086619a.tar.xz |
clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()
Smatch detected an off by one in this code:
drivers/clk/bcm/clk-raspberrypi.c:374 raspberrypi_discover_clocks()
error: buffer overflow 'data->hws' 16 <= 16
The data->hws[] array has RPI_FIRMWARE_NUM_CLK_ID elements so the >
comparison needs to changed to >=.
Fixes: 12c90f3f27bb ("clk: bcm: rpi: Add variant structure")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/5a850b08-d2f5-4794-aceb-a6b468965139@kili.mountain
Reviewed-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions