Wireshark-commits: [Wireshark-commits] master-2.2 b627ec8: ieee80211: fix uninitialized dissector h
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Mar 2018 12:06:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b627ec8efc18eef65cbeb3cc1bd313c1f716f405
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

b627ec8 by Peter Wu (peter@xxxxxxxxxxxxx):

    ieee80211: fix uninitialized dissector handle
    
    Apply the ieee80211-specific changes from v2.3.0rc0-1929-gf4b0abc729
    ("Dissectors don't need a journey of self discovery.") to fix use of an
    uninitialized dissector handle ("wlan_withoutfcs_handle").
    
    Change-Id: I48149eb9bb1bfeccb5bddb60ffe9d4004683d86c
    Fixes: v2.2.14rc0-40-g9cf1586673 ("Don't register the link-layer 802.11 dissector in the gre.proto table.")
    Bug: 14544
    Reviewed-on: https://code.wireshark.org/review/26587
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  63f76c1   packet-wsp: fixed incorrect invalid header handling
    adds  b627ec8   ieee80211: fix uninitialized dissector handle


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