Wireshark-commits: [Wireshark-commits] master e243b00: [IEEE 802.11] fix two potential endless loop

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Apr 2015 20:50:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e243b0041328980a9bbd43bb8a8166d7422f9096
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e243b00 by Martin Kaiser (wireshark@xxxxxxxxx):

    [IEEE 802.11] fix two potential endless loops
    
    add_tagged_field() may return 0 if the tag length is not what is
    expected for this particular tag
    
    Bug: 11110
    
    Change-Id: Ia2fd6635613fb6d8e1264147d2ddd44162484887
    Reviewed-on: https://code.wireshark.org/review/7989
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  e1b566c   ATH dissector
    adds  e243b00   [IEEE 802.11] fix two potential endless loops


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