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