diff options
author | Kees Cook <kees@kernel.org> | 2025-07-21 11:25:22 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-07-22 10:38:21 +0200 |
commit | a37192c432adaec9e8ef29e4ddb319ea2f443aa6 (patch) | |
tree | 3cc1ab0285aed91149107cde01606fcafdeea2a7 /tools/perf/scripts/python | |
parent | ee0e5ce2790c5be14ea3d422cac323e059a43792 (diff) |
wifi: mac80211: Write cnt before copying in ieee80211_copy_rnr_beacon()
While I caught the need for setting cnt early in nl80211_parse_rnr_elems()
in the original annotation of struct cfg80211_rnr_elems with __counted_by,
I missed a similar pattern in ieee80211_copy_rnr_beacon(). Fix this by
moving the cnt assignment to before the loop.
Fixes: 7b6d7087031b ("wifi: cfg80211: Annotate struct cfg80211_rnr_elems with __counted_by")
Signed-off-by: Kees Cook <kees@kernel.org>
Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://patch.msgid.link/20250721182521.work.540-kees@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions