Re: [PATCH v3 0/3] Refactor memory initialization hardening

2019-04-24 Thread Kees Cook
On Tue, Apr 23, 2019 at 9:07 PM Masahiro Yamada wrote: > > On Wed, Apr 24, 2019 at 4:49 AM Kees Cook wrote: > > > > This refactors the stack memory initialization configs in order to > > keep things together when adding Clang stack initialization, and in > > preparation for future heap memory ini

Re: [PATCH v3 0/3] Refactor memory initialization hardening

2019-04-23 Thread Masahiro Yamada
On Wed, Apr 24, 2019 at 4:49 AM Kees Cook wrote: > > This refactors the stack memory initialization configs in order to > keep things together when adding Clang stack initialization, and in > preparation for future heap memory initialization configs. > > I intend to carry this in the gcc-plugins t

[PATCH v3 0/3] Refactor memory initialization hardening

2019-04-23 Thread Kees Cook
This refactors the stack memory initialization configs in order to keep things together when adding Clang stack initialization, and in preparation for future heap memory initialization configs. I intend to carry this in the gcc-plugins tree, but I'd really like to get Acks from Masahiro (Kconfig c