[PARISC] fix null ptr deref in unwind.c
authorKyle McMartin <kyle@parisc-linux.org>
Wed, 30 May 2007 06:24:28 +0000 (02:24 -0400)
committerKyle McMartin <kyle@minerva.i.cabal.ca>
Wed, 30 May 2007 06:24:28 +0000 (02:24 -0400)
commit ffb45122766db220d0bf3d01848d575fbbcb6430 removed one too many args.
kallsyms_lookup is not safe to call with a NULL *modname. Paper bag over the
problem for the time being.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

No differences found