> Our base tree has 641 calls to explicit_bzero, because previous > commitees fucked the C language and created hundreds of not thousands of > security vulnerabilities by leaving data on the stack. In application > software, both explicit_memset and explicit
Sorry I didn't finish the last sentence. In application software, both explicit_memset and memzero_explicit are used to some extent, usually security software or security-context libraries. Sometimes this occurs as direct calls, but more usually via a macro or function abstraction. But I am unable to quantify how often this happens.

