Wireshark-commits: [Wireshark-commits] lts-1.12.1 5c9e658: [IEEE 802.11] fix two potential endless
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 31 May 2015 19:01:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c9e65849137ec812318b9d42fac4aa7d1a89fe1
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark

Commits:

5c9e658 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>
    (cherry picked from commit e243b0041328980a9bbd43bb8a8166d7422f9096)
    Reviewed-on: https://code.wireshark.org/review/7991
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit c3bee6101770e79b7b08d9c27aefbfa154ee4ba9)
    Reviewed-on: https://code.wireshark.org/review/8639
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  f69930a   x11: destroy two more hash tables in convo data
    adds  5c9e658   [IEEE 802.11] fix two potential endless loops


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