commit | 78f686cae0c67a2edd167cbbe2f36017f0fa4b30 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Sep 10 22:28:06 2014 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Sep 11 12:07:34 2014 +0200 |
tree | 7cd313b911ecaeb47289d2825563530a386f3245 | |
parent | 538c9eb8b3fd33d3a0722b2c04ec4f574eaa6e9f [diff] |
cfg80211: don't put kek/kck/replay counter on the stack There's no need to put the values on the stack, just pass a pointer to the data in the nl80211 message. This reduces stack usage and avoids potential issues with putting sensitive data on the stack. Signed-off-by: Johannes Berg <johannes.berg@intel.com>