Skip to content
Commit 78f686ca authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent 538c9eb8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment