Lines Matching full:stack
45 check_input(name, "Stack ok"); in print_loop()
58 * When stack protection feature is enabled (see prj.conf file), the
59 * system error handler is invoked and reports a "Stack Check Fail" error.
60 * When stack protection feature is not enabled, the system crashes with
67 /* Stack will overflow when input is more than 16 characters */ in check_input()
77 * to stack overflow and reports "Stack Check Fail" when stack protection
90 "Input string is too long and stack overflowed!\n"); in alternate_thread()
92 * Expect this thread to terminate due to stack check fail and will not in alternate_thread()
106 * @brief test Stack Protector feature using canary
108 * @details This is the test program to test stack protection using canary.
109 * The main thread starts a second thread, which generates a stack check
113 * This is the entry point to the test stack protection feature.
114 * It starts the thread that tests stack protection, then prints out
126 * @brief Test optional mechanism to detect stack overflow
129 * when supervisor threads overflow stack memory buffer.
173 * @brief Test stack canaries behavior