fix possible null ptr deref in kallsyms_lookup
authorKyle McMartin <kyle@parisc-linux.org>
Wed, 30 May 2007 06:43:16 +0000 (02:43 -0400)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 30 May 2007 17:51:38 +0000 (10:51 -0700)
commit7a74fc4925067c2102175baef73f9b07ab519b71
tree652b0a4cd513ff7ce126e452b21ec7233f26bc4d
parentb927b3e2c9bc39b7eeeaca91e4cd6c3ed59f165a
fix possible null ptr deref in kallsyms_lookup

ugh, this function gets called by our unwinder. recursive backtrace for
the win... bisection to find this one was "fun."

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kallsyms.c