mirror of
https://github.com/torvalds/linux.git
synced 2025-11-11 05:58:56 +02:00
s3fwrn5_nci_send() won't free the skb when it failed for the check
before s3fwrn5_write(). As the result, the skb will memleak. Free the
skb when the check failed.
Fixes:
|
||
|---|---|---|
| .. | ||
| core.c | ||
| firmware.c | ||
| firmware.h | ||
| i2c.c | ||
| Kconfig | ||
| Makefile | ||
| nci.c | ||
| nci.h | ||
| phy_common.c | ||
| phy_common.h | ||
| s3fwrn5.h | ||
| uart.c | ||