Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2696de67 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "nl80211: nl80211_update_ft_ies to validate NL80211_ATTR_IE"

parents 053fcbe9 3459ddcf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10487,6 +10487,7 @@ static int nl80211_update_ft_ies(struct sk_buff *skb, struct genl_info *info)
		return -EOPNOTSUPP;

	if (!info->attrs[NL80211_ATTR_MDID] ||
	    !info->attrs[NL80211_ATTR_IE] ||
	    !is_valid_ie_attr(info->attrs[NL80211_ATTR_IE]))
		return -EINVAL;