zephyr/tests
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
..
application_development
arch
benchmarks
bluetooth
boards
booting/stub
cmsis_rtos_v1
cmsis_rtos_v2
crypto
drivers drivers: amg88xx: rework sensor driver to use DT 2019-09-17 06:27:21 -05:00
kernel tests: fatal: allocate timer outside of stack 2019-09-18 13:27:30 +08:00
lib
misc
net tests: net: shell: Add some simple tests for net-shell 2019-09-17 22:41:56 +08:00
posix
shell
subsys
unit
ztest subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00