mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
The ivrs_acpihid command-line parser appends entries to a fixed
four-element early_acpihid_map array. Unlike the sibling IOAPIC and HPET
parsers, it does not reject a fifth entry before incrementing the map size.
Check the capacity at the common found label before parsing the HID and
UID or writing the entry.
Fixes:
|
||
|---|---|---|
| .. | ||
| amd_iommu_types.h | ||
| amd_iommu.h | ||
| debugfs.c | ||
| init.c | ||
| iommu.c | ||
| iommufd.c | ||
| iommufd.h | ||
| Kconfig | ||
| Makefile | ||
| nested.c | ||
| pasid.c | ||
| ppr.c | ||
| quirks.c | ||