Home
last modified time | relevance | path

Searched refs:canaries (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/kernel/mem_protect/stackprot/
DREADME.txt5 This test verifies that stack canaries operate as expected.
/Zephyr-latest/kernel/
DKconfig878 prompt "Stack canaries protection options"
881 If stack canaries are supported by the compiler, it will emit
889 If stack canaries are not supported by the compiler an error
898 This option enables compiler stack canaries in functions that have
908 This option enables compiler stack canaries in functions that call alloca,
918 This option enables compiler stack canaries for all functions.
927 This option enables compiler stack canaries only in functions which have the
935 bool "Stack canaries using thread local storage"
939 This option enables compiler stack canaries on TLS.
941 Stack canaries will leave in the thread local storage and
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake93 # Security canaries flags.
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake168 # Security canaries.
/Zephyr-latest/lib/posix/options/
DKconfig.pthread135 protection (canaries) and hardware-based stack protection (MMU or MPU),
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst52 | prj.canaries.conf | Enable stack canaries |
112 Sample output of the benchmark with stack canaries enabled::
164 The sample output above (stack canaries are enabled) shows longer times than
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake169 # Security canaries.
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst220 Finally, Zephyr supports GCC compiler stack canaries via
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst33 * New options for stack canaries have been added, providing users with finer control over stack
Drelease-notes-1.10.rst249 * :github:`1653` - enable stack canaries on ARC so we can run test_stackprot
Drelease-notes-1.14.rst185 * :github:`17595` - two userspace tests fail if stack canaries are enabled in board configuration
384 * :github:`17595` - two userspace tests fail if stack canaries are enabled in board configuration
1515 * :github:`13642` - stack canaries don't work with user mode threads
Drelease-notes-2.0.rst812 * :github:`17595` - two userspace tests fail if stack canaries are enabled in board configuration