missing memset_explicit()

Paul Eggert eggert@cs.ucla.edu
Fri Jun 6 02:07:36 GMT 2025


On 6/4/25 12:11, Cristian Rodríguez wrote:
> Shouldn't this be a compiler builtin that the compiler promises
> *never* to remove or reorder under any circumstances?

No, as the compiler can remove the builtin if it can prove that the 
storage is never set or used.


More information about the Libc-alpha mailing list