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:
3a160a5
)
ath9k_htc: Fix memory leak on WMI event handler
author
Rajkumar Manoharan
<rmanoharan@atheros.com>
Tue, 14 Sep 2010 07:37:28 +0000
(13:07 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 14 Sep 2010 20:14:26 +0000
(16:14 -0400)
ath9k_wmi_ctrl_rx is racy with ath9k_wmi_tasklet on event notification
due to which the wmi_skb may be overwritten which leads to memory leak.
Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found