In the Linux kernel, the following vulnerability has been resolved:
nfc: nci: fix possible NULL pointer dereference in send_acknowledge()
Handle memory allocation failure from nciskballoc() (calling alloc_skb()) to avoid possible NULL pointer dereference.