URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0de8c2e25f4aa13eea3a184fc89199d3a7feddad
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
0de8c2e by Guy Harris (guy@xxxxxxxxxxxx):
MAX_MCS_INDEX is a valid array index.
The arrays have MAX_MCS_INDEX+1 entries; valid indices to from 0 to
MAX_MCX_INDEX.
Change-Id: I9e52d2753fb6b359f25a7bcfeac311378d4cad1a
Reviewed-on: https://code.wireshark.org/review/13804
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 268ae04 [Automatic update for 2016-02-07]
adds 0de8c2e MAX_MCS_INDEX is a valid array index.
Summary of changes:
epan/dissectors/packet-ieee80211-radio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)