From: Zhu Yi Date: Mon, 28 Dec 2009 06:23:11 +0000 (+0800) Subject: iwmc3200wifi: fix array out-of-boundary access X-Git-Tag: v2.6.33-rc3~44^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c853da3f30c93eae847ecbcd9fdf10ba0da04c2;p=pandora-kernel.git iwmc3200wifi: fix array out-of-boundary access Allocate priv->rx_packets[IWM_RX_ID_HASH + 1] because the max array index is IWM_RX_ID_HASH according to IWM_RX_ID_GET_HASH(). Cc: stable@kernel.org Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed