In the Linux kernel, the following vulnerability has been resolved:
ACPI: processor: idle: Check acpifetchacpi_dev() return value
The return value of acpifetchacpidev() could be NULL, which would cause a NULL pointer dereference to occur in acpidevice_hid().
[ rjw: Subject and changelog edits, added empty line after if () ]