zephyr/tests/kernel/fatal/src
Vincent Wan d2edfa2347 tests: fatal: allocate timer outside of stack
In stack_sentinel_timer(), the timer should not be allocated on the
stack. If it gets added to the list of timeouts by k_timer_start,
then an unexpected exception may occur when the timer expires since it
may have been overwritten.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2019-09-18 13:27:30 +08:00
..
main.c tests: fatal: allocate timer outside of stack 2019-09-18 13:27:30 +08:00
test_syscalls.h tests: kernel: fatal: add HW stack check for priv stack 2019-06-17 10:27:52 -07:00