Wireshark-commits: [Wireshark-commits] master 093aebf: H248: fix V712 warning reported by PVS-Studi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 7 Jun 2015 18:59:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=093aebf5eeab624471a659cf8643a6a07e2b58e6
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

093aebf by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    H248: fix V712 warning reported by PVS-Studio
    
    Be advised that compiler may delete this cycle or make it infinity. Use volatile variable(s) or synchronization primitives to avoid this.
    
    Change-Id: I39104ec09f4c12994d62ed23e7a0cc00829b1255
    Reviewed-on: https://code.wireshark.org/review/8818
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  d48fe0d   GSM Um: fix V695 warning found by PVS-Studio
    adds  093aebf   H248: fix V712 warning reported by PVS-Studio


Summary of changes:
 asn1/h248/packet-h248-template.c |    5 +++--
 epan/dissectors/packet-h248.c    |   11 ++++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)