Bugzilla – Bug 2445
Out of bounds array access in MinstrelHtWifiManager::SetBestProbabilityRate
Last modified: 2016-07-12 16:24:25 UTC
group->m_maxProbRate is not converted to group index before using. It results in out of bounds read access: http://code.nsnam.org/ns-3-dev/file/d44748d98fe6/src/wifi/model/minstrel-ht-wifi-manager.cc#l1433 Patch follows.
Created attachment 2476 [details] Proposed patch
Matias, could you please have a look?
The patch is correct, there is an error there. I modified the patch so as to use an existent variable.
Created attachment 2486 [details] Patch proposed v2
ok for me
Final patch pushed in changeset 12187:c5db6c9be200