diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-06 11:32:32 (GMT) |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 10:50:56 (GMT) |
commit | ad3f78b99e5cd74e9d9643ac8356206f57e796c9 (patch) | |
tree | 68da13f78e4302ca7d040254daeedf0e4ff682fb /drivers/virt | |
parent | 2e1cb23c5e3c38b25a678a8a14d7464341e8207f (diff) | |
download | linux-ad3f78b99e5cd74e9d9643ac8356206f57e796c9.tar.xz |
ath6kl: fix null skb dereference in ath6kl_rx()
smatch found that skb might be null in some cases in ath6kl_rx():
ath6kl/txrx.c +1252 ath6kl_rx(222) error: potential null derefence 'skb'.
This will happen when ath6kl is in AP mode and two clients send traffic
to each other.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/virt')
0 files changed, 0 insertions, 0 deletions