From: Christian Lamparter Date: Sat, 7 Jul 2012 13:07:13 +0000 (+0200) Subject: mac80211: fix read outside array bounds X-Git-Tag: v3.6-rc1~125^2~57^2~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=353d09c6ceedc1cb0c54fe5002c0ca80b6ee6e4f;p=pandora-kernel.git mac80211: fix read outside array bounds ieee802_1d_to_ac is defined as a const int[8], but the tid parameter has a range from 0 to 15. Cc: stable@vger.kernel.org Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed