Home
last modified time | relevance | path

Searched refs:canary (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/drivers/flash/common/src/
Dmain.c131 const uint8_t canary = erase_value; in ZTEST() local
159 buf[buf_o - 1] = canary; in ZTEST()
160 buf[buf_o + len] = canary; in ZTEST()
172 zassert_equal(buf[buf_o - 1], canary, in ZTEST()
175 zassert_equal(buf[buf_o + len], canary, in ZTEST()
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst221 :kconfig:option:`CONFIG_STACK_CANARIES`. If enabled, the compiler will insert a canary
223 canary has not been overwritten at function exit. If the check fails, the
/Zephyr-latest/kernel/
DKconfig882 extra code that inserts a canary value into the stack frame when
942 each thread will have its own canary. This makes harder
943 to predict the canary location and value.
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst166 its own stack canary check, but enabling this feature impacts how the compiler
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst815 * :github:`17586` - stack canary storage area should be read-only to user mode?