ACPI / tables: Check if id is NULL in acpi_table_parse()
authortangchen <tangchen@cn.fujitsu.com>
Mon, 6 Jan 2014 08:43:54 +0000 (16:43 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 Jan 2014 11:33:05 +0000 (12:33 +0100)
commitde2d1a7e9310c4d1464faf469c737f08b5608600
treeae884687c79a68cd9ed28f01813402ba6f5dbe16
parent6a368751d54ed80e6ba868c29a04ad5118fe104b
ACPI / tables: Check if id is NULL in acpi_table_parse()

strncmp() does not check if the params are NULL. In acpi_table_parse(),
if @id is NULL, the kernel will panic.

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
Acked-by: Toshi Kani <toshi.kani@hp.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/tables.c