]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: tcrypt - free xoutbuf instead of axbuf
authorColin Ian King <colin.king@canonical.com>
Tue, 2 Jan 2018 15:43:04 +0000 (15:43 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 12 Jan 2018 12:03:07 +0000 (23:03 +1100)
commitd579f5121c35ef65945c63dce2d8698011728e7d
treec1ed6db0f84981e867ba4f097de95cff5fd4cc9b
parent2ccfc8ebbd4edc21d28ec62df9d37d0b6db54fe6
crypto: tcrypt - free xoutbuf instead of axbuf

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: 98a053c42077 ("crypto: tcrypt - add multibuf aead speed test")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c