]> 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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Mar 2011 19:50:13 +0000 (12:50 -0700)
commit1dfa93a98e7e3f1f14d8c38a946ba43c3a479ddf
tree7925cc9180074e41ecd16700271a00adf5932c46
parenta1afb5cb13080ca9b07096c1312f8695d9bd85d8
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>
drivers/usb/serial/kobil_sct.c