URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=47a5fa850b388fcf4ea762073806f01b459820fe
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
47a5fa8 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>
Actions performed:
from 55069da Add vSocket dissector
adds 47a5fa8 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(-)