diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-12-02 01:15:26 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-12-04 16:43:32 +0300 |
commit | 7d37fcd409199f76da522e6f6670a354ac468002 (patch) | |
tree | 6f645a02217b84c7b2a16147708a300985109f22 /drivers/net/wireless/mac80211_hwsim.c | |
parent | 959eb2fd70df86a089e9e31be654462235952a24 (diff) | |
download | linux-7d37fcd409199f76da522e6f6670a354ac468002.tar.xz |
mac80211: reject zero cookie in mgmt-tx/roc cancel
When cancelling, you can cancel "any" (first in list) mgmt-tx
or remain-on-channel operation by using the value 0 for the
cookie along with the *opposite* operation, i.e.
* cancel the first mgmt-tx by cancelling roc with 0 cookie
* cancel the first roc by cancelling mgmt-tx with 0 cookie
This isn't really that bad since userspace should only pass
cookies that we gave it, but could lead to hard-to-debug
issues so better prevent it and reject zero values since we
never hand those out.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/mac80211_hwsim.c')
0 files changed, 0 insertions, 0 deletions