Eric Biggers <ebigge...@gmail.com> wrote: > It's not actually needed because it's impossible for the compiler to optimize > away the memset(). memzero_explicit() is only needed on stack data.
Okay, also reasonable. David
Eric Biggers <ebigge...@gmail.com> wrote: > It's not actually needed because it's impossible for the compiler to optimize > away the memset(). memzero_explicit() is only needed on stack data.
Okay, also reasonable. David