git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f9f78a
)
mac80211_hwsim: fix race condition with sta/vif pointers
author
Thomas Huehn
<thomas@net.t-labs.tu-berlin.de>
Fri, 13 Jul 2012 18:52:24 +0000
(20:52 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 17 Jul 2012 09:42:08 +0000
(11:42 +0200)
info->control.sta and control.vif may only be dereferenced
during the drv_tx call otherwise could lead to use-after-free
bugs.
Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de>
[reword commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found