nl80211: always check nla_put* return values
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Sep 2016 07:59:21 +0000 (09:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 15 Sep 2016 14:46:17 +0000 (16:46 +0200)
commit53b18980fded52e39520661af3528577d36eb279
tree817a838980a375f33e0179353aed39da0ca725b3
parent76e1fb4b5532a9df9eb14cfe002412c7617c4ad0
nl80211: always check nla_put* return values

A few instances were found where we didn't check them, add the
missing checks even though they'll probably never trigger as
the message should be large enough here.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c