Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: Beceem: use after free in bcm_exit()
We can't call class_destroy() until after the driver has been deregistered. It leads to a NULL deref on module unload. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information