Wireshark-commits: [Wireshark-commits] master 8d36cda3: Fix packet-ieee80211-radiotap-iter.c:159:36

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 May 2015 14:29:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d36cda3ea2cea96bbb34fa9d757c1fecb8122a7
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8d36cda3 by Joerg Mayer (jmayer@xxxxxxxxx):

    Fix packet-ieee80211-radiotap-iter.c:159:36: runtime error:
        left shift of 1 by 31 places cannot be represented in type 'int'
    
    Change-Id: I0135b73c14bab05153a9ba2f5477f8651388037d
    Reviewed-on: https://code.wireshark.org/review/8588
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  78593c2   NFS: Fix NFSv4 attribute offsets and lengths
    adds  8d36cda3  Fix packet-ieee80211-radiotap-iter.c:159:36: runtime error:     left shift of 1 by 31 places cannot be represented in type 'int'


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