mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 16:46:41 +07:00
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:
|
||
---|---|---|
.. | ||
fw_dnld.c | ||
fw_dnld.h | ||
i2c.c | ||
Kconfig | ||
main.c | ||
Makefile | ||
nfcmrvl.h | ||
spi.c | ||
uart.c | ||
usb.c |