From: Johannes Berg Date: Fri, 24 Jan 2014 09:17:47 +0000 (+0100) Subject: nl80211: check nla_parse() return values X-Git-Tag: v3.15-rc1~113^2~289^2^2~101^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae811e21df28deb4c2adab0a47fc3da4f56d777b;p=pandora-kernel.git nl80211: check nla_parse() return values If there's a policy, then nla_parse() return values must be checked, otherwise the policy is useless and there's nothing that ensures the attributes are actually what we expect them to be. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed