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:
6f89062
)
b43: fix invalid memory access in b43_ssb_remove()
author
Pavel Roskin
<proski@gnu.org>
Fri, 22 Jul 2011 22:07:13 +0000
(18:07 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 26 Jul 2011 20:27:31 +0000
(16:27 -0400)
wldev is freed in b43_one_core_detach() and should not be accessed after
that call. Keep wldev->dev in a local variable.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found