mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
regulatory: add NUL to request alpha2
[ Upstream commit657308f73e] Similar to the ancient commita5fe8e7695("regulatory: add NUL to alpha2"), add another byte to alpha2 in the request struct so that when we use nla_put_string(), we don't overrun anything. Fixes:73d54c9e74("cfg80211: add regulatory netlink multicast group") Reported-by: Kees Cook <keescook@google.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6eacfc1259
commit
5d375e14cd
@@ -78,7 +78,7 @@ struct regulatory_request {
|
||||
int wiphy_idx;
|
||||
enum nl80211_reg_initiator initiator;
|
||||
enum nl80211_user_reg_hint_type user_reg_hint_type;
|
||||
char alpha2[2];
|
||||
char alpha2[3];
|
||||
enum nl80211_dfs_regions dfs_region;
|
||||
bool intersect;
|
||||
bool processed;
|
||||
|
||||
Reference in New Issue
Block a user