diff options
author | Gavrilov Ilia <Ilia.Gavrilov@infotecs.ru> | 2025-02-12 11:21:25 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-02-26 17:45:43 +0300 |
commit | d00c0c4105e5ab8a6a13ed23d701cceb285761fa (patch) | |
tree | 2013999b4cfac79a244df66970afd045633becde /tools/perf/scripts/python/task-analyzer.py | |
parent | ebf9944bed4ef69d29371cd3b7276f858c513954 (diff) | |
download | linux-d00c0c4105e5ab8a6a13ed23d701cceb285761fa.tar.xz |
wifi: mac80211: fix integer overflow in hwmp_route_info_get()
Since the new_metric and last_hop_metric variables can reach
the MAX_METRIC(0xffffffff) value, an integer overflow may occur
when multiplying them by 10/9. It can lead to incorrect behavior.
Found by InfoTeCS on behalf of Linux Verification Center
(linuxtesting.org) with SVACE.
Fixes: a8d418d9ac25 ("mac80211: mesh: only switch path when new metric is at least 10% better")
Cc: stable@vger.kernel.org
Signed-off-by: Ilia Gavrilov <Ilia.Gavrilov@infotecs.ru>
Link: https://patch.msgid.link/20250212082124.4078236-1-Ilia.Gavrilov@infotecs.ru
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions