Georgios Vasilakis

Results 1 issues of Georgios Vasilakis

There are cases that the stack will hold unmapped addresses in memory because of non returning functions. An example of this is TF-M and the common_sfn_thread function here: https://github.com/zephyrproject-rtos/trusted-firmware-m/blob/069455be098383bf96eab73e3ff8e0c66c60fa5a/secure_fw/partitions/lib/runtime/sfn_common_thread.c#L20C6-L20C23 The...