Skip to content

Commit

Permalink
Make INIT_ALL=none the default
Browse files Browse the repository at this point in the history
Zero portions of the stack the compiler can not prove are initialized
before use or escape.
  • Loading branch information
brooksdavis committed Mar 14, 2024
1 parent c298a80 commit 6a4423c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/mk/bsd.opts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ __SINGLE_OPTIONS = \
INIT_ALL

__INIT_ALL_OPTIONS= none pattern zero
__INIT_ALL_DEFAULT= none
__INIT_ALL_DEFAULT= zero

.-include <local.opts.mk>

Expand Down

0 comments on commit 6a4423c

Please sign in to comment.