From: Roel Kluin Date: Tue, 28 Jul 2009 07:59:47 +0000 (+0200) Subject: libertas: Read outside array bounds X-Git-Tag: v2.6.31-rc6~68^2~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=430453fc2a5f3f2c1d98ebc3c3d4c54f3060e3c3;p=pandora-kernel.git libertas: Read outside array bounds reads bss->rates[j] before checking bounds of index, and should use ARRAY_SIZE to determine the size of the array. Signed-off-by: Roel Kluin Acked-by: Holger Schurig Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed