]> 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)
commitd1f8156577e00f7504b2f7174a50a5ef61a6e437
tree817a838980a375f33e0179353aed39da0ca725b3
parent554da9d137e3f0d6195bf065f43b452ec7f05b67
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