https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68034
Xi Ruoyao <xry111 at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xry111 at gcc dot gnu.org
--- Comment #7 from Xi Ruoyao <xry111 at gcc dot gnu.org> ---
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?
