Re: [PATCH 3/5] KEYS: encrypted: sanitize all key material
From: David Howells
Date: Mon Apr 24 2017 - 10:15:08 EST
Eric Biggers <ebiggers3@xxxxxxxxx> 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