Wireshark-commits: [Wireshark-commits] master f6f690c: LBMC: fix Truncation of constant value -16.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 8 Jun 2015 20:38:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f6f690cd8e0caaa2b76eaf4bab9a896fc88b350c
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    LBMC: fix Truncation of constant value -16. The value range of unsigned char type: [0, 255] found by PVS Studio (V569)
    
    Change-Id: I5dacce44941ac132172df6d7f343fddd114bd888
    Reviewed-on: https://code.wireshark.org/review/8792
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  2d863b9   Add TapParameterDialog.
    adds  f6f690c   LBMC: fix Truncation of constant value -16. The value range of unsigned char type: [0, 255] found by PVS Studio (V569)


Summary of changes:
 epan/dissectors/packet-lbmc.c |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)