Wireshark-commits: [Wireshark-commits] master 260ef14: lbmc (CID 1201452): result of shift operatio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 May 2016 23:31:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=260ef14e095f5120dabd93a2118d6b125ef10f05
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

260ef14 by Martin Kaiser (wireshark@xxxxxxxxx):

    lbmc (CID 1201452): 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: Ia8c963dc0dd88f56c4ccaf0c37a1bd3d51d65d27
    Reviewed-on: https://code.wireshark.org/review/15490
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2262c06   Correctly write out the isb_startime and isb_endtime options.
    adds  260ef14   lbmc (CID 1201452): result of shift operation is always 0


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