commit | 9c5d3afac436beef91b7a6312068e9360c7d8446 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jan 15 14:24:23 2019 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Sat Jan 19 09:10:30 2019 +0100 |
tree | b6ab5300c24d59f0a51d3bec421728768c0c8ab3 | |
parent | 8a7fa0c35027d1a3ec3c3e8612800a1b4738e3c3 [diff] |
mac80211_hwsim: check that n_limits makes sense Under certain circumstances, radios created via netlink could have n_limits be zero and no possible interface types, which makes no sense. Reject this early to prevent a WARN_ON() in cfg80211. Fixes: 99e3a44bac37 ("mac80211_hwsim: allow setting iftype support") Reported-by: syzbot+73fd8b0aa60c67fa4b60@syzkaller.appspotmail.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>