Wireshark-commits: [Wireshark-commits] master 0fe522d: GSM CBCH: fix an out of bounds access
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0fe522dfc689c3ebd119f2a6775d1f275c5f04d8
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0fe522d 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>
Actions performed:
from 0aa0fb2 Another round of extcap memleak fixes
adds 0fe522d 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(-)