goldfish: off by one in goldfish_tty_console_setup()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 29 Oct 2014 08:43:25 +0000 (11:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 00:12:45 +0000 (16:12 -0800)
commitfda2b418a1945bebd5c8f670768fe75c515816ec
tree66f1ddc76c66ea3bd5e7bf6cb093d019ff3f4fcf
parenta4dc923640418120fe7bbdfac149397bc761a249
goldfish: off by one in goldfish_tty_console_setup()

The goldfish_ttys[] array has "goldfish_tty_line_count" number of
elements.  It's allocated in goldfish_tty_create_driver().  This test
should be >= instead of >.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/goldfish.c