Re: [Patch] Static overruns in drivers/isdn/i4l/isdn_ppp.c

From: Paul Mackerras
Date: Mon Apr 10 2006 - 11:33:27 EST


Eric Sesterhenn writes:

> 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.

isdn_ppp.c is not code I maintain, nor does it use the generic PPP
infrastructure I maintain. Please send patches for this file to
Karsten Keil <kkeil@xxxxxxx>.

Paul.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/