ACPICA: iASL: Fix for WPBT table with no command-line arguments

Handle the case where the Command-line Arguments table field
does not exist.

ACPICA commit d6487164497fda170a1b1453c5d58f2be7c873d6

Link: https://github.com/acpica/acpica/commit/d6487164
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Bob Moore 2021-08-03 20:10:46 +02:00 committed by Rafael J. Wysocki
parent 200950b615
commit 87b8ec5846

View file

@ -723,6 +723,10 @@ struct acpi_table_wpbt {
u16 arguments_length;
};
struct acpi_wpbt_unicode {
u16 *unicode_string;
};
/*******************************************************************************
*
* WSMT - Windows SMM Security Mitigations Table