Wireshark-commits: [Wireshark-commits] lts-1.12.1 92d29d9: GSM CBCH: fix an out of bounds access
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 May 2016 19:45:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=92d29d93ba25db01e924dd7f515f15d6abf7752d
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark

Commits:

92d29d9 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    GSM CBCH: fix an out of bounds access
    
    As explained by Guy, we should use new_slots[i] and not new_slots[k]
    
    Bug: 12278
    Change-Id: Ifae44f9d5948bed5c4ee0442510724016e307dee
    Reviewed-on: https://code.wireshark.org/review/14678
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 0fe522dfc689c3ebd119f2a6775d1f275c5f04d8)
    Reviewed-on: https://code.wireshark.org/review/14691
    (cherry picked from commit edf4950894204abbb5c661703289e3b3c6cf181d)
    Reviewed-on: https://code.wireshark.org/review/15445
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  deffb02   IAX2: fix an infinite loop
    adds  92d29d9   GSM CBCH: fix an out of bounds access


Summary of changes:
 epan/dissectors/packet-gsm_cbch.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)