]> git.karo-electronics.de Git - karo-tx-linux.git/commit
char: moxa, prevent opening unavailable ports
authorDirk Eibach <eibach@gdsys.de>
Thu, 18 Jun 2009 23:49:15 +0000 (16:49 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jul 2009 23:49:44 +0000 (16:49 -0700)
commitd1905ce7450ef309f743ee8546b3356532e028c4
tree448a2458e99a58debf9d9535aa995bf5d84caaef
parentdfea2509864378e13b790278e6cec448342c3261
char: moxa, prevent opening unavailable ports

commit a90b037583d5f1ae3e54e9c687c79df82d1d34a4 upstream.

In moxa.c there are 32 minor numbers reserved for each device.  The number
of ports actually available per device is stored in
moxa_board_conf->numPorts.  This number is not considered in moxa_open().
Opening a port that is not available results in a kernel oops.  This patch
adds a test to moxa_open() that prevents opening unavailable ports.

[akpm@linux-foundation.org: avoid multiple returns]
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/moxa.c