https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68034
Cristian RodrÃguez <crrodriguez at opensuse dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |crrodriguez at opensuse dot org
--- Comment #9 from Cristian RodrÃguez <crrodriguez at opensuse dot org> ---
(In reply to Xi Ruoyao from comment #7)
> IMO having [[gnu::access (write_only, 1)]] for memset_explicit is enough for
> the compiler to know it's unneeded to write the sensitive data into memory
> before memset_explicit?
Glibc already does this.. but will the compiler actually avoid such write
today?