commit | 53b18980fded52e39520661af3528577d36eb279 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Sep 14 09:59:21 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Sep 15 16:46:17 2016 +0200 |
tree | 817a838980a375f33e0179353aed39da0ca725b3 | |
parent | 76e1fb4b5532a9df9eb14cfe002412c7617c4ad0 [diff] |
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>