In the Linux kernel, the following vulnerability has been resolved:
nfc: fdp: Fix potential memory leak in fdpncisend()
fdpncisend() will call fdpncii2cwrite that will not free skb in the function. As a result, when fdpncii2cwrite() finished, the skb will memleak. fdpncisend() should free skb after fdpncii2c_write() finished.