Wireshark-commits: [Wireshark-commits] master 4aad20b: ieee80211: fix potential crash due to value_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Sep 2018 05:03:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4aad20bb6b2ca097181462074e4cb702836281b5
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4aad20b by Peter Wu (peter@xxxxxxxxxxxxx):

    ieee80211: fix potential crash due to value_string type mismatch
    
    Mixing 32-bit and 64-bit value_strings could lead to a crash.
    
    Change-Id: Iedfae66103046a478ce5198416247d256dc1840e
    Fixes: v2.9.0rc0-1769-gad6eb33684 ("WIP:ieee80211.c: Add support for D3.0 of 802.11ax")
    Reviewed-on: https://code.wireshark.org/review/29749
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  d11ea69   nfapi: fix potential crash with nfapi.csi.rs.flag due to type mismatch
     add  4aad20b   ieee80211: fix potential crash due to value_string type mismatch


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)