]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite4f93aa443554f6f55762840f8cf3b96c310b106
tree817a838980a375f33e0179353aed39da0ca725b3
parent9d8d58aebd818b1b3c7780d0496bbe5e29cd0772
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