micro-os-plus/micro-os-plus-iii

Always abort() on stack underflow

Closed this issue · 1 comments

ilg-ul commented

The stack underflow condition is tested always, even when asserts are not enabled.

Do not rely on assert() to terminate the program, add an abort() after assert() to make sure the program always terminates.

ilg-ul commented

Fixed on 2023-06-11.