diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2012-07-07 15:07:13 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-10 17:42:52 +0200 |
commit | 353d09c6ceedc1cb0c54fe5002c0ca80b6ee6e4f (patch) | |
tree | d985401bd1aafb20022583abc27dd2308fc832f8 /net/mac80211/mesh_sync.c | |
parent | NFC: Fix order of arguments to list_add_tail() when queueing HCP frames (diff) | |
download | linux-353d09c6ceedc1cb0c54fe5002c0ca80b6ee6e4f.tar.xz linux-353d09c6ceedc1cb0c54fe5002c0ca80b6ee6e4f.zip |
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 <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh_sync.c')
0 files changed, 0 insertions, 0 deletions