From: Dan Carpenter Date: Wed, 29 Oct 2014 08:43:25 +0000 (+0300) Subject: goldfish: off by one in goldfish_tty_console_setup() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~83^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda2b418a1945bebd5c8f670768fe75c515816ec;p=pandora-kernel.git 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 Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed