Wireshark-commits: [Wireshark-commits] master-2.0 efdff1f: ASTERIX: Avoid an integer overflow.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Jan 2017 18:54:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=efdff1fde0c2f2593327b42bea8c50fad92d89a6
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

efdff1f by Gerald Combs (gerald@xxxxxxxxxxxxx):

    ASTERIX: Avoid an integer overflow.
    
    Count using a guint instead of a guint8.
    
    Bug: 13344
    Change-Id: Ic7d337dbb29b92ebb8332f50fd47b5ba2aa3f41e
    Reviewed-on: https://code.wireshark.org/review/19746
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 781f03580c81339513bb1238b202b72469a1240b)
    Reviewed-on: https://code.wireshark.org/review/19749
    

Actions performed:

    from  84a6b17   MAN wireshark-filter: Add ~ operator
    adds  efdff1f   ASTERIX: Avoid an integer overflow.


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