mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-13 07:34:38 +00:00
fdp_nci_send() will call fdp_nci_i2c_write that will not free skb in
the function. As a result, when fdp_nci_i2c_write() finished, the skb
will memleak. fdp_nci_send() should free skb after fdp_nci_i2c_write()
finished.
Fixes:
|
||
|---|---|---|
| .. | ||
| fdp.c | ||
| fdp.h | ||
| i2c.c | ||
| Kconfig | ||
| Makefile | ||