]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial/kobil_sct, fix potential tty NULL dereference
authorJiri Slaby <jslaby@suse.cz>
Mon, 28 Feb 2011 09:34:06 +0000 (10:34 +0100)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:47:04 +0000 (12:47 -0400)
commitd79559a7a4ae3980f2199e1f5d16acb7714bf258
treef132dded1ddcf54a8f51e2bea3c54acc441096e7
parent4dc278096c7475ad436781598b39781aa7a2e0a2
USB: serial/kobil_sct, fix potential tty NULL dereference

commit 6960f40a954619857e7095a6179eef896f297077 upstream.

Make sure that we check the return value of tty_port_tty_get.
Sometimes it may return NULL and we later dereference that.

The only place here is in kobil_read_int_callback, so fix it.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/usb/serial/kobil_sct.c