From: Eric Sesterhenn Date: Wed, 21 Jun 2006 14:40:24 +0000 (+0200) Subject: [PATCH] Array overrun in drivers/net/wireless/wavelan.c X-Git-Tag: v2.6.18-rc1~1081^2~224^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a192491ad58098f2c57d2d1efe721ea0634dc0aa;p=pandora-kernel.git [PATCH] Array overrun in drivers/net/wireless/wavelan.c hi, this is another array overrun spotted by coverity (#id 507) we should check the index against array size before using it. Not sure why the driver doesnt use ARRAY_SIZE instead of its own macro. Signed-off-by: Eric Sesterhenn Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed