commit | 052bb88e180d010f7da7186e6f21eea3be82a903 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Tue Apr 11 17:29:17 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 11 17:29:17 2006 -0700 |
tree | 0f82c9cb4719f4d5874841bba9f08559cc4f2fe4 | |
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>