]> git.karo-electronics.de Git - karo-tx-linux.git/commit
b43: fix invalid memory access in b43_ssb_remove()
authorPavel Roskin <proski@gnu.org>
Fri, 22 Jul 2011 22:07:13 +0000 (18:07 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 25 Jul 2011 18:48:48 +0000 (14:48 -0400)
commitc4306b1522f973c07202572aaf58a69381a15700
tree98bed4e7d4ec3a9b40be228e825eebee0e911aca
parentab96d17e16b9fcc799f4e6a216549133c2e6dd8b
b43: fix invalid memory access in b43_ssb_remove()

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>
drivers/net/wireless/b43/main.c