From: Lin Ming Date: Thu, 10 Apr 2008 15:06:43 +0000 (+0400) Subject: ACPICA: Fix to handle NULL package elements correctly X-Git-Tag: v2.6.26-rc1~101^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5bb9964512c5313af19310c6a3002ec54f7336;p=pandora-kernel.git ACPICA: Fix to handle NULL package elements correctly Fixed problem where NULL package elements were not returned to the AcpiEvaluateObject interface correctly. Instead of returning a NULL ACPI_OBJECT package element, the element was simply ignored, potentially causing a buffer overflow and/or confusing the caller who expected a fixed number of elements. http://bugzilla.kernel.org/show_bug.cgi?id=10132 Signed-off-by: Lin Ming Signed-off-by: Bob Moore Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed