]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: cfg80211: reject empty PMSR peer lists
authorZhao Li <enderaoelyther@gmail.com>
Fri, 12 Jun 2026 13:37:18 +0000 (21:37 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 6 Jul 2026 12:11:10 +0000 (14:11 +0200)
commit57c05ce14fea03df01288fe1250f49197e161710
treea0ed9c0e446270c0290b34fe2e09288221607c95
parent69ef6a7ec277f16d216be8da2b3cbe872786c999
wifi: cfg80211: reject empty PMSR peer lists

A PMSR request with an empty peers array is not a useful request and
weakens the cfg80211-to-driver contract by allowing start_pmsr() with
no target peer.

Reject empty peer lists before allocating the request object or calling
into the driver.

Fixes: 9bb7e0f24e7e7 ("cfg80211: add peer measurement with FTM initiator API")
Assisted-by: Codex:gpt-5.5
Assisted-by: Claude:claude-opus-4.8
Signed-off-by: Zhao Li <enderaoelyther@gmail.com>
Link: https://patch.msgid.link/20260612133717.93783-2-enderaoelyther@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/pmsr.c