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

Commits:

9d3e8f9 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

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

Actions performed:

    from  b5b3a6b   ISAKMP: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    adds  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)


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