Wireshark-commits: [Wireshark-commits] master 027b0cb: SMB2: There are identical sub-expressions to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 6 Jun 2015 14:07:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=027b0cb9cab373f24c36610ec91ee853d2d06898
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

027b0cb by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    SMB2: There are identical sub-expressions to the left and to the right of the '&&' operator: si && si->saved && si->saved found by PVS Studio (V501)
    
    Change-Id: I9323ee98bd0f4b9b6d8c6921e99d32ad62a5f18f
    Reviewed-on: https://code.wireshark.org/review/8791
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  3cc1178   SCSI: There are identical sub-expressions 'tvb_reported_length_remaining(tvb, offset)' to the left and to the right of the '!=' operator found by PVS Studio (V501)
    adds  027b0cb   SMB2: There are identical sub-expressions to the left and to the right of the '&&' operator: si && si->saved && si->saved found by PVS Studio (V501)


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