Wireshark-commits: [Wireshark-commits] master 2065024: lbm (CID 1201450): result of shift operation
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 May 2016 23:34:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=20650243d303a064aa47ce47c5f58bc846d5ae5b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2065024 by Martin Kaiser (wireshark@xxxxxxxxx):

    lbm (CID 1201450): result of shift operation is always 0
    
    apply a mask to get the lower 32 bit of a guint64
    (there's no need for a right shift)
    
    Change-Id: Ibcf685f6e58a5c5c4b96289d0c08e83d019301e7
    Reviewed-on: https://code.wireshark.org/review/15489
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  21f798e   lbmpdm (CID 1201451): result of shift operation is always 0
    adds  2065024   lbm (CID 1201450): result of shift operation is always 0


Summary of changes:
 epan/dissectors/packet-lbm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)