In the Linux kernel, the following vulnerability has been resolved:
nfc: fix potential NULL pointer deref in nfcgenldumpsesdone
The done() netlink callback nfcgenldumpsesdone() should check if received argument is non-NULL, because its allocation could fail earlier in dumpit() (nfcgenldump_ses()).