Eric Biggers <[email protected]> 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 <[email protected]> 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