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:
e476a5a
)
libertas: fix memory corruption in lbs_remove_card()
author
Daniel Drake
<dsd@laptop.org>
Wed, 24 Nov 2010 16:00:49 +0000
(16:00 +0000)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 29 Nov 2010 19:41:27 +0000
(14:41 -0500)
"priv" is stored at the end of the wiphy structure, which is freed
during the call to lbs_cfg_free(). It must not be touched afterwards.
Remove the unnecessary NULL assignment causing this memory corruption.
Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found