Wireshark-commits: [Wireshark-commits] master-2.0 8492c31: RLC: fix a stack overflow in rlc_decode_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Jul 2016 07:59:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8492c31ebbe98ec154a52d7cc29df9aa79c8df87
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

8492c31 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    RLC: fix a stack overflow in rlc_decode_li function
    
    The test to check whether the array was full or not was off by 1
    
    Bug: 12664
    Change-Id: If2057b71d92c7f03e05b0f4676abc62d5a03ae73
    Reviewed-on: https://code.wireshark.org/review/16640
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit 47a5fa850b388fcf4ea762073806f01b459820fe)
    Reviewed-on: https://code.wireshark.org/review/16642
    

Actions performed:

    from  bdf5fad   Qt follow stream: don't clear the text widget when doing Save-As.
    adds  8492c31   RLC: fix a stack overflow in rlc_decode_li function


Summary of changes:
 epan/dissectors/packet-rlc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)