Wireshark-commits: [Wireshark-commits] master-1.12 8f16007: RLC: fix a variable overflow in rlc_dec
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Jul 2016 08:23:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8f1600761647583dc24a72fde6d614283ec779ab
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

8f16007 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    RLC: fix a variable overflow in rlc_decode_li function
    
    Bug: 12660
    Change-Id: I20a423eb9aa72383ac28d176bc60751ed36be9bd
    Reviewed-on: https://code.wireshark.org/review/16639
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit 6cf9616df68a4db7e436bb77392586ff9ad84feb)
    Reviewed-on: https://code.wireshark.org/review/16647
    

Actions performed:

    from  604b892   RLC: fix a stack overflow in rlc_decode_li function
    adds  8f16007   RLC: fix a variable overflow in rlc_decode_li function


Summary of changes:
 epan/dissectors/packet-rlc.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)