Re: [PATCH] crypto: tcrypt - free xoutbuf instead of axbuf

2018-01-12 Thread Herbert Xu
On Tue, Jan 02, 2018 at 03:43:04PM +, Colin King wrote: > From: Colin Ian King > > There seems to be a cut-n-paste bug with the name of the buffer being > free'd, xoutbuf should be used instead of axbuf. > > Detected by CoverityScan, CID#1463420 ("Copy-paste error") > > Fixes: 427988d981c4

[PATCH] crypto: tcrypt - free xoutbuf instead of axbuf

2018-01-02 Thread Colin King
From: Colin Ian King There seems to be a cut-n-paste bug with the name of the buffer being free'd, xoutbuf should be used instead of axbuf. Detected by CoverityScan, CID#1463420 ("Copy-paste error") Fixes: 427988d981c4 ("crypto: tcrypt - add multibuf aead speed test") Signed-off-by: Colin Ian K