Wireshark-commits: [Wireshark-commits] master 781f035: ASTERIX: Avoid an integer overflow.

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

Commits:

781f035 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>
    

Actions performed:

    from  b70929e   tcp_graph (Gtk) Fix Dereference of null pointer
    adds  781f035   ASTERIX: Avoid an integer overflow.


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