diff options
| author | Eric Sesterhenn <[email protected]> | 2006-04-11 17:29:17 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2006-04-11 17:29:17 -0700 |
| commit | 052bb88e180d010f7da7186e6f21eea3be82a903 (patch) | |
| tree | 0f82c9cb4719f4d5874841bba9f08559cc4f2fe4 /scripts | |
| parent | 8db60bcf3021921e2d10d158641792d640e52fe8 (diff) | |
[ISDN]: Static overruns in drivers/isdn/i4l/isdn_ppp.c
Coverity found some static overruns in isdn_ppp.c (bug id #519) At several
places slot is compared <0 and > ISDN_MAX_CHANNELS and then used to index
ippp_table[ISDN_MAX_CHANNELS] A value of slot = ISDN_MAX_CHANNELS would run
over the end of the array.
Signed-off-by: Eric Sesterhenn <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions