ACPICA: Utilities: Validate full RSDP header
authorDavid E. Box <david.e.box@linux.intel.com>
Tue, 8 Jul 2014 02:06:17 +0000 (10:06 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 8 Jul 2014 12:22:25 +0000 (14:22 +0200)
commitce5eb07339b9162812458ee611b6e7af7604a3e4
tree71c9c03ab9035c2c21a72b4d619afabc54be718f
parente740304c7cf389b5d498bd86865fc82518d9ea1a
ACPICA: Utilities: Validate full RSDP header

Implement proper RSDP validation in acpi_ut_read_table(). Prevents a segmentation
fault that can occur if a user passes the wrong file to iasl.

This patch is only useful for iasl, which is not shipped in the Linux
kernel.

After the new table reading utility functions are well tested, acpidump can
also switch to use the generic acpi_ut_read_table_xxx() APIs. Currently
this patch is no-op as acpidump does not link to the new APIs.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
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/utfileio.c
This page took 0.024573 seconds and 5 git commands to generate.