In the Linux kernel, the following vulnerability has been resolved:
nvme-pci: add missing condition check for existence of mapped data
nvmemapdata() is called when request has physical segments, hence the nvmeunmapdata() should have same condition to avoid dereference.