mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
Fix for _INI regression introduced in version 20130328.
This change fixes a problem introduced in 20130328 where _INI methods are no longer executed properly because of a memory block that is not initialized correctly. ACPICA BZ 1016. Tomasz Nowicki <tomasz.nowicki@linaro.org>.
This commit is contained in:
parent
63ebf517fd
commit
637accd073
@ -690,6 +690,7 @@ AcpiNsInitOneDevice (
|
||||
ACPI_DEBUG_EXEC (AcpiUtDisplayInitPathname (
|
||||
ACPI_TYPE_METHOD, DeviceNode, METHOD_NAME__INI));
|
||||
|
||||
ACPI_MEMSET (Info, 0, sizeof (ACPI_EVALUATE_INFO));
|
||||
Info->PrefixNode = DeviceNode;
|
||||
Info->RelativePathname = METHOD_NAME__INI;
|
||||
Info->Parameters = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user