]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commitcb9577958d85896303561d9cc8544885deb272be
treea8232600edf17cf4020a121ef4bb7735257e0f0e
parent516a9491151d5f75911647dd44812f25ff24282d
[PARISC] fix null ptr deref in unwind.c

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>
arch/parisc/kernel/unwind.c