From: Eric Sesterhenn Date: Wed, 12 Apr 2006 00:29:17 +0000 (-0700) Subject: [ISDN]: Static overruns in drivers/isdn/i4l/isdn_ppp.c X-Git-Tag: v2.6.17-rc2~82^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=052bb88e180d010f7da7186e6f21eea3be82a903;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed