In the Linux kernel, the following vulnerability has been resolved:
PCI: ofproperty: Return error for intmap allocation failure
Return -ENOMEM from ofpcipropintrmap() if kcalloc() fails to prevent a NULL pointer dereference in this case.
[bhelgaas: commit log]