Home
last modified time | relevance | path

Searched hist:ad3f78b99e5cd74e9d9643ac8356206f57e796c9 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.cdiff ad3f78b99e5cd74e9d9643ac8356206f57e796c9 Thu Oct 06 13:32:32 CEST 2011 Kalle Valo <kvalo@qca.qualcomm.com> 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>