RE: [2.6 patch] drivers/acpi/video.c: fix a NULL pointer dereference

From: Brown, Len
Date: Sun Mar 12 2006 - 22:32:37 EST


applied,
thanks,
-len


>- if (!obj && (obj->type != ACPI_TYPE_PACKAGE)) {
>+ if (!obj || (obj->type != ACPI_TYPE_PACKAGE)) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/