diff options
author | Dirk Eibach <[email protected]> | 2009-06-18 16:49:15 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-06-19 16:46:06 -0700 |
commit | a90b037583d5f1ae3e54e9c687c79df82d1d34a4 (patch) | |
tree | a399772347bfa16ba9ee76caa9a14105987b8c01 /net/lapb/lapb_in.c | |
parent | 0b9ce5a20138590bd9556e34a0408164fadf4163 (diff) |
char: 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.
[[email protected]: avoid multiple returns]
Signed-off-by: Dirk Eibach <[email protected]>
Signed-off-by: Jiri Slaby <[email protected]>
Cc: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions