Wireshark-commits: [Wireshark-commits] master-1.12 604b892: RLC: fix a stack overflow in rlc_decode

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

Commits:

604b892 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/16643
    

Actions performed:

    from  5bd1dd4   [Automatic update for 2016-07-24]
    adds  604b892   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(-)