]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
wifi: mac80211_hwsim: fully initialise PMSR capabilities
authorJohannes Berg <johannes.berg@intel.com>
Tue, 3 Mar 2026 11:37:39 +0000 (12:37 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 6 Mar 2026 10:06:06 +0000 (11:06 +0100)
commitbd9121a5e9fa03fcf32afa5f3d238e942ae6045e
tree7c0a41628e82b124d4708fb4cd0fe5fe9920b576
parentabacaf559950eec0d99d37ff6b92049409af5943
wifi: mac80211_hwsim: fully initialise PMSR capabilities

Since the recent additions to PMSR capabilities, it's no longer
sufficient to call parse_pmsr_capa() here since the capabilities
that were added aren't represented/filled by it. Always init the
data to zero to avoid using uninitialized memory.

Fixes: 86c6b6e4d187 ("wifi: nl80211/cfg80211: add new FTM capabilities")
Reported-by: syzbot+c686c6b197d10ff3a749@syzkaller.appspotmail.com
Closes: https://lore.kernel.org/69a67aa3.a70a0220.b118c.000a.GAE@google.com/
Link: https://patch.msgid.link/20260303113739.176403-2-johannes@sipsolutions.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/virtual/mac80211_hwsim.c