1
0
Files
linux/drivers/acpi
Hanjun Guo 173a5a4c90 ACPI / processor: Fix potential NULL pointer dereference in acpi_processor_add()
In acpi_processor_add(), get_cpu_device() may return NULL in some cases
which is then passed to acpi_bind_one() and that will case a NULL
pointer dereference to occur.

Add a check to prevent that from happening.

[rjw: Changelog]
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2013-06-01 22:23:39 +02:00
..
2013-03-25 00:13:15 +01:00
2013-04-28 01:54:08 +02:00
2013-01-19 22:16:21 +01:00
2013-04-28 01:54:08 +02:00
2013-04-28 01:54:00 +02:00
2013-04-09 14:13:32 -04:00
2013-01-17 14:11:06 +01:00