]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] pSeries hvsi char driver null pointer deref
authorLinas Vepstas <linas@austin.ibm.com>
Sat, 5 Aug 2006 19:14:36 +0000 (12:14 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 6 Aug 2006 15:57:48 +0000 (08:57 -0700)
commit229395c90aadbadef76bacf52b9cb3326f509e93
tree53705312e1521192a3fff0af34a5aa1d62f40372
parent825e037fb8912f38e9d9ddd3ec79fa7c584db708
[PATCH] pSeries hvsi char driver null pointer deref

Under certain rare circumstances, it appears that there can be be a
NULL-pointer deref when a user fiddles with terminal emeulation programs while
outpu is being sent to the console.  This patch checks for and avoids a
NULL-pointer deref.

Signed-off-by: Hollis Blanchard <hollisbl@austin.ibm.com>
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Cc: Paul Fulghum <paulkf@microgate.com>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/hvsi.c