diff options
author | Eric Sesterhenn <snakebyte@gmx.de> | 2006-04-11 17:29:17 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-04-11 17:29:17 -0700 |
commit | 052bb88e180d010f7da7186e6f21eea3be82a903 (patch) | |
tree | 0f82c9cb4719f4d5874841bba9f08559cc4f2fe4 /fs/fs-writeback.c | |
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 <snakebyte@gmx.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/fs-writeback.c')
0 files changed, 0 insertions, 0 deletions