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

Commits:

31f5e79 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

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

Actions performed:

    from  6c2de57   DCC: fix There are identical sub-expressions 'tvb_get_guint8(tvb, offset + 4)' to the left and to the right of the '|' operator found by PVS Studio (V501)
    adds  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)


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