Wireshark-commits: [Wireshark-commits] master 3cc1178: SCSI: There are identical sub-expressions 't
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 6 Jun 2015 14:06:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3cc1178bbfa306800bf1df3259c94588fb6a168e
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3cc1178 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    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)
    
    Change-Id: Iaf7ea99e983d3b42dedf2620250dec0f3d68f937
    Reviewed-on: https://code.wireshark.org/review/8790
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  31f5e79   DCERPC: There are identical sub-expressions 'tvb_reported_length(tvb)' to the left and to the right of the '==' operator found by PVS Studio (V501)
    adds  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)


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