Skip to content
Commit e61b52d1 authored by Pavel Roskin's avatar Pavel Roskin Committed by John W. Linville
Browse files

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: default avatarPavel Roskin <proski@gnu.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6f89062a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment