linux/drivers/staging/rtlwifi/rtl8822be
Colin Ian King 3eb23426e1 staging: rtl8822be: fix missing null check on dev_alloc_skb return
dev_alloc_skb can potentially return NULL, so add a null check to
avoid a null pointer dereference on skb

Detected by CoverityScan, CID#1454558 ("Dereference on null return")

Fixes: 7e5b796cde ("staging: r8822be: Add the driver code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-28 14:20:50 +01:00
..
Makefile
def.h
fw.c staging: rtl8822be: fix missing null check on dev_alloc_skb return 2017-11-28 14:20:50 +01:00
fw.h
hw.c
hw.h
led.c staging: rtlwifi: rtl8822be: Remove useless parentheses 2017-10-18 15:33:15 +02:00
led.h
phy.c staging: rtlwifi: rtl8822be: Align the * in block comment 2017-10-18 15:33:15 +02:00
phy.h
reg.h
sw.c
sw.h
trx.c staging: rtlwifi: rtl8822be: Remove useless parentheses 2017-10-18 15:33:15 +02:00
trx.h