Wireshark-commits: [Wireshark-commits] master 7f1d085: Use proper operator to find odd number (CID-
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Apr 2016 01:41:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7f1d08585468facfc68c91d4f7e6783c7b5b60c3
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7f1d085 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Use proper operator to find odd number (CID-1355647)
    
    Use binary AND instead of modulus operator to find odd number.
    
    Change-Id: I8eb819593ead66381cbe46997aab9d31955bad0c
    Reviewed-on: https://code.wireshark.org/review/14993
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  61677f9   Call the buffer for the magic number "magic".
    adds  7f1d085   Use proper operator to find odd number (CID-1355647)


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