From: Jesper Juhl Date: Sun, 25 Jun 2006 12:47:09 +0000 (-0700) Subject: [PATCH] ensure NULL deref can't possibly happen in is_exported() X-Git-Tag: v2.6.18-rc1~1038 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f867d2a2e5f3f0ce6356f452cc27b70d577de7c7;p=pandora-kernel.git [PATCH] ensure NULL deref can't possibly happen in is_exported() If CONFIG_KALLSYMS is defined and if it should happen that is_exported() is given a NULL 'mod' and lookup_symbol(name, __start___ksymtab, __stop___ksymtab) returns 0, then we'll end up dereferencing a NULL pointer. Signed-off-by: Jesper Juhl Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed