Skip to content

Commit

Permalink
doc: migration-guide-4.1: Information about stack canaries
Browse files Browse the repository at this point in the history
Add information about the changing in the stack canaries symbol behavior.

Signed-off-by: Flavio Ceolin <flavio.ceolin@gmail.com>
  • Loading branch information
ceolin authored and kartben committed Dec 20, 2024
1 parent 3e75c03 commit 86c9791
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/releases/migration-guide-4.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Build System
Kernel
******

Security
********

* New options for stack canaries have been added, providing users with finer control over stack
protection. With this change, :kconfig:option:`CONFIG_STACK_CANARIES` no longer enables the
compiler option ``-fstack-protector-all``. Users who wish to use this option must now enable
:kconfig:option:`CONFIG_STACK_CANARIES_ALL`.

Boards
******

Expand Down

0 comments on commit 86c9791

Please sign in to comment.