On Fri, 29 Aug 2008 21:44:25 -0500, David Fries <david@fries.net> wrote:The res->name might be NULL. You should check it first. if (res->name && !strcmp(res->name, BAD_STR)) dev->mem_end = BAD; --- Atsushi Nemoto -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
