diff options
author | Haoyu Li <lihaoyu499@gmail.com> | 2024-12-03 23:20:49 +0800 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-12-06 10:45:22 +0100 |
commit | f1d3334d604cc32db63f6e2b3283011e02294e54 (patch) | |
tree | 137714e49f5d5aa60d2d22e7cb951faacd39e1c4 /net/unix/af_unix.c | |
parent | 819e0f1e58e0ba3800cd9eb96b2a39e44e49df97 (diff) | |
download | linux-f1d3334d604cc32db63f6e2b3283011e02294e54.tar.gz linux-f1d3334d604cc32db63f6e2b3283011e02294e54.tar.bz2 linux-f1d3334d604cc32db63f6e2b3283011e02294e54.zip |
wifi: cfg80211: sme: init n_channels before channels[] access
With the __counted_by annocation in cfg80211_scan_request struct,
the "n_channels" struct member must be set before accessing the
"channels" array. Failing to do so will trigger a runtime warning
when enabling CONFIG_UBSAN_BOUNDS and CONFIG_FORTIFY_SOURCE.
Fixes: e3eac9f32ec0 ("wifi: cfg80211: Annotate struct cfg80211_scan_request with __counted_by")
Signed-off-by: Haoyu Li <lihaoyu499@gmail.com>
Link: https://patch.msgid.link/20241203152049.348806-1-lihaoyu499@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions