ACPICA: Prevent possible allocation overrun during object copy
authorLin Ming <ming.m.lin@intel.com>
Tue, 27 Apr 2010 03:46:25 +0000 (11:46 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 6 May 2010 07:05:54 +0000 (03:05 -0400)
commit17b82327f3e7ab5a068f8019768008ee82d912be
treed92c9d290481a9e903d4fe6f6a2d12a03276aec7
parent3fe50208b29b2463eb6c181c1433dd1beb39f282
ACPICA: Prevent possible allocation overrun during object copy

Original code did not handle the case where the object to be
copied was a namespace node.

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/utcopy.c