]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit90dd4de7f6f1073bf0656a476a27bbba3d7d6963
tree66f1ddc76c66ea3bd5e7bf6cb093d019ff3f4fcf
parent1b6f3d291bc0261dd08afec79cf0d01788b81bb2
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