In the Linux kernel, the following vulnerability has been resolved:
NFC: digital: fix possible memory leak in digitalinsendsddreq()
'skb' is allocated in digitalinsendsddreq(), but not free when digitalinsendcmd() failed, which will cause memory leak. Fix it by freeing 'skb' if digitalinsendcmd() return failed.