Wireshark-commits: [Wireshark-commits] master 780087d: radius: fix issue found by PVS Studio (V519)
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 17 May 2018 04:22:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=780087d996545b1a7e504a150dbd97e818a63afe
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    radius: fix issue found by PVS Studio (V519)
    
    The 'rad_info->code' variable is assigned values twice successively.
    The 'rad_info->ident' variable is assigned values twice successively
    
    Change-Id: I53140ee84c053b3950d13c577a3c98479149aa00
    Reviewed-on: https://code.wireshark.org/review/27596
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b21385b   rpc: fix issue found by PVS Studio (V523)
    adds  780087d   radius: fix issue found by PVS Studio (V519)


Summary of changes:
 epan/dissectors/packet-radius.c | 2 --
 1 file changed, 2 deletions(-)