semihosting: fix accessing memory outside the bounds of the fn array
authorErhan Kurubas <erhan.kurubas@espressif.com>
Sat, 28 May 2022 06:30:21 +0000 (08:30 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 10 Jun 2022 21:56:47 +0000 (21:56 +0000)
commit480d4e17727864f75dc60e22cb1a42e022cb1db3
tree5cb6e73a0ae3a000023e7d4e8167a8224659dc70
parent70338509ca52a9b78c52a5d464ba2605fbaf193b
semihosting: fix accessing memory outside the bounds of the fn array

There is an accsess to wrong index, when arm semihosting_basedir
command not used or basedir set to empty string.

Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com>
Change-Id: I3afa049d74b30496f5c03ba4ef67431784f81bdc
Fixes: ce5027ab019a ("semihosting: add semihosting_basedir command")
Reviewed-on: https://review.openocd.org/c/openocd/+/7005
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/target/semihosting_common.c