Skip to content
Commit f5eeb5fa authored by Adrien Schildknecht's avatar Adrien Schildknecht Committed by Johannes Berg
Browse files

mac80211: fix invalid read in minstrel_sort_best_tp_rates()



At the last iteration of the loop, j may equal zero and thus
tp_list[j - 1] causes an invalid read.
Change the logic of the loop so that j - 1 is always >= 0.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarAdrien Schildknecht <adrien+dev@schischi.me>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 923b352f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment