ACPICA: iASL/disassembler - fix possible fault for -e option.
authorBob Moore <robert.moore@intel.com>
Thu, 21 May 2015 02:31:44 +0000 (10:31 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 22 May 2015 01:22:21 +0000 (03:22 +0200)
commit5b0bbfbd56118d2f5dca2b56ea47103470fa7aaa
treecbd02e4c5b232bcea34c6fb9af58e409b0ed8e66
parent80fa6cf95e71d56333c89c92dbf74465a9505421
ACPICA: iASL/disassembler - fix possible fault for -e option.

ACPICA commit 403b8b0023fd7549b2f9bf818fcc1ba481047b69

If non-AML files are used with the -e option, the disassembler
can fault. The fix is to ensure that all -e files are either
SSDTs or a DSDT. ACPICA BZ 1158.

Link: https://github.com/acpica/acpica/commit/403b8b00
Reference: https://bugs.acpica.org/show_bug.cgi?id=1158
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acdebug.h
drivers/acpi/acpica/utfileio.c
drivers/acpi/acpica/utxferror.c