acpi_table: Add asserts in IORT
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Sun, 16 Mar 2025 08:32:53 +0000 (09:32 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:38:14 +0000 (11:38 -0600)
commit0ae343239b702336d2c0a4f73a9a953d5a15b2af
treef5728cd8d10aec1782df556ea2db6f2c43e40ba8
parent92d448f4f1ed80dfaa2327eeea9a741717dc3847
acpi_table: Add asserts in IORT

Check that the provided offsets are really pointing to a node
that have been previously written and are of the correct type.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
lib/acpi/acpi_table.c