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