Wireshark-commits: [Wireshark-commits] master 355fe66: IEEE 802.11: Fix an infinite loop.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 01 Apr 2019 21:23:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=355fe663408695e4191fde9404cc97bd41f6834d
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

355fe66 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    IEEE 802.11: Fix an infinite loop.
    
    In dissect_compressed_beamforming_and_cqi, break out of a loop if our
    bit offset doesn't advance.
    
    Bug: 15553
    Change-Id: I6212be4c08c42ef1969c1302e85a8e08f1d7547f
    Reviewed-on: https://code.wireshark.org/review/32677
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  2c00e5b   Fix our .chm titles.
     add  355fe66   IEEE 802.11: Fix an infinite loop.


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