Re: [PATCH] CIFS: fix sha512 check in cifs_crypto_secmech_release

2018-02-19 Thread Steve French
merged into cifs-2.6.git for-next On Mon, Feb 19, 2018 at 12:13 PM, Gustavo A. R. Silva wrote: > Hi Aurélien, > > On 02/19/2018 11:27 AM, Aurélien Aptel wrote: >> >> "Gustavo A. R. Silva" writes: >>> >>> It seems this is a copy-paste error and that the proper variable to use >>> in this particul

Re: [PATCH] CIFS: fix sha512 check in cifs_crypto_secmech_release

2018-02-19 Thread Gustavo A. R. Silva
Hi Aurélien, On 02/19/2018 11:27 AM, Aurélien Aptel wrote: "Gustavo A. R. Silva" writes: It seems this is a copy-paste error and that the proper variable to use in this particular case is _sha512_ instead of _md5_. *sigh* I re-read this a lot yet still missed it. Minor memory leak fixed, g

Re: [PATCH] CIFS: fix sha512 check in cifs_crypto_secmech_release

2018-02-19 Thread Aurélien Aptel
"Gustavo A. R. Silva" writes: > It seems this is a copy-paste error and that the proper variable to use > in this particular case is _sha512_ instead of _md5_. *sigh* I re-read this a lot yet still missed it. Minor memory leak fixed, good coverity catch and thanks for the fix! Reviewed-by: Aure