diff options
author | 2024-11-30 13:07:56 +0300 | |
---|---|---|
committer | 2024-12-23 16:27:23 +0530 | |
commit | 402074f0105e93154409e4a86c02d09e5199d9a5 (patch) | |
tree | 72bdbd25fbb23f96f2e5dbd58bf191ef18aa8e04 /scripts/gdb/linux/utils.py | |
parent | opp: core: implement dev_pm_opp_get_bw (diff) | |
download | wireguard-linux-402074f0105e93154409e4a86c02d09e5199d9a5.tar.xz wireguard-linux-402074f0105e93154409e4a86c02d09e5199d9a5.zip |
opp: core: Fix off by one in dev_pm_opp_get_bw()
The "opp->bandwidth" array has "opp->opp_table->path_count" number of
elements. It's allocated in _opp_allocate(). So this > needs to be >=
to prevent an out of bounds access.
Fixes: d78653dcd8bf ("opp: core: implement dev_pm_opp_get_bw")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions