Index: drivers/bus/acpi/acpica/utilities/utresrc.c =================================================================== --- drivers/bus/acpi/acpica/utilities/utresrc.c (revision 74115) +++ drivers/bus/acpi/acpica/utilities/utresrc.c (working copy) @@ -547,9 +547,14 @@ if (AmlLength > (Offset + Length)) { +#ifndef __REACTOS__ return_ACPI_STATUS (AE_AML_NO_RESOURCE_END_TAG); +#else + ACPI_ERROR((AE_INFO, + "Invalid AmlLength passed 0x%X. End tag found at offset 0x%X", + AmlLength, Offset + Length)); +#endif } - /* Normal exit */ return_ACPI_STATUS (AE_OK);