mirror of https://gitee.com/openkylin/linux.git
ca42fb9e52
The nci_spi_send() function calls kfree_skb(skb) on both error and
success so this extra kfree_skb() is a double free.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
fw_dnld.c | ||
fw_dnld.h | ||
i2c.c | ||
main.c | ||
nfcmrvl.h | ||
spi.c | ||
uart.c | ||
usb.c |