| 概要 | In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Fix NULL-pointer dereference in acpi_processor_errata_piix4() In acpi_processor_errata_piix4(), the pointer dev is first assigned an IDE dev = pci_get_subsys(..., PCI_DEVICE_ID_INTEL_82371AB, ...); If the first lookup succeeds but the second fails, dev becomes NULL. This if (errata.piix4.bmisx) To prevent this, use two temporary pointers and retrieve each device [ rjw: Subject adjustment, added an empty code line ] |
|---|---|
| 公表日 | 2026年5月8日23:16 |
| 登録日 | 2026年5月9日4:13 |
| 最終更新日 | 2026年5月8日23:16 |