]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Null out references to stale pointers.
authorBen Greear <greearb@candelatech.com>
Thu, 14 Oct 2010 19:45:30 +0000 (12:45 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 15 Oct 2010 19:57:42 +0000 (15:57 -0400)
commit1f83acd19953c100aca6ebfa94f83be48ace895e
tree11d458a9a447fadb4b85a90664d327055f67b66f
parenta9a60289d2e7dbeb319c8a845bcf9d91c590e614
ath9k: Null out references to stale pointers.

This doesn't fix any problem that I'm aware of, but should
make it harder to add use-after-free type bugs in the
future.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/beacon.c
drivers/net/wireless/ath/ath9k/recv.c
drivers/net/wireless/ath/ath9k/xmit.c