diff options
author | Dirk Eibach <[email protected]> | 2009-06-11 14:56:44 +0100 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-06-11 08:51:09 -0700 |
commit | f0e8527726b9e56649b9eafde3bc0fbc4dd2dd47 (patch) | |
tree | b2f13d50f6ac8f22d849100d507abec22d63be1c /net/lapb/lapb_in.c | |
parent | d7f8d437bda0ec409e26cffb846bc28a40603ee3 (diff) |
moxa: prevent opening unavailable ports
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.
Signed-off-by: Dirk Eibach <[email protected]>
Signed-off-by: Jiri Slaby <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions