From: Scott Bardone Date: Fri, 17 Mar 2006 00:20:40 +0000 (-0500) Subject: [netdrvr] fix array overflows in Chelsio driver X-Git-Tag: v2.6.16~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232a347a444e687b5f8cf0f6485704db1c6024d3;p=pandora-kernel.git [netdrvr] fix array overflows in Chelsio driver Adrian Bunk wrote: > The Coverity checker spotted the following two array overflows in > drivers/net/chelsio/sge.c (in both cases, the arrays contain 3 > elements): [snip] This is a bug. The array should contain 2 elements. Here is the fix. Signed-off-by: Scott Bardone Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed