Re: [PATCH v3 2/2] crypto: authencesn - don't leak pointers to authenc keys

2018-04-20 Thread Herbert Xu
On Tue, Apr 03, 2018 at 09:39:01AM +0300, Tudor Ambarus wrote: > In crypto_authenc_esn_setkey we save pointers to the authenc keys > in a local variable of type struct crypto_authenc_keys and we don't > zeroize it after use. Fix this and don't leak pointers to the > authenc keys. > > Signed-off-by

[PATCH v3 2/2] crypto: authencesn - don't leak pointers to authenc keys

2018-04-02 Thread Tudor Ambarus
In crypto_authenc_esn_setkey we save pointers to the authenc keys in a local variable of type struct crypto_authenc_keys and we don't zeroize it after use. Fix this and don't leak pointers to the authenc keys. Signed-off-by: Tudor Ambarus --- crypto/authencesn.c | 1 + 1 file changed, 1 insertio