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:
095d81c
)
cfg80211: fix scheduled scan pointer access
author
Johannes Berg
<johannes.berg@intel.com>
Mon, 21 Oct 2013 09:33:35 +0000
(11:33 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 21 Oct 2013 09:59:15 +0000
(11:59 +0200)
Since rdev->sched_scan_req is dereferenced outside the
lock protecting it, this might be done at the wrong
time, causing crashes. Move the dereference to where
it should be - inside the RTNL locked section.
Cc: stable@vger.kernel.org [3.8+]
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/scan.c
patch
|
blob
|
history
diff --cc
net/wireless/scan.c
Simple merge