Wireshark-commits: [Wireshark-commits] master fd85b47: opa-mad: fix issue found by PVS Studio (V501
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 17 May 2018 05:29:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fd85b477d676de26453f919d0935bfac3cdf24f6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    opa-mad: fix issue found by PVS Studio (V501)
    
    There are identical sub-expressions to the left and to the right of the '&&' operator: vlSelMskTmp && i < 32 && vlSelMskTmp
    
    Change-Id: I23df4ac9217fe2ddc4b6691530abc609f644511a
    Reviewed-on: https://code.wireshark.org/review/27509
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3a0b4d6   vnc: fix issue found by PVS  Studio (V1003)
    adds  fd85b47   opa-mad: fix issue found by PVS Studio (V501)


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