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

Commits:

6c2de57 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

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

Actions performed:

    from  9d3e8f9   BER: fix 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  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)


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