crypto: algif_skcipher - Cap recv SG list at ctx->used
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 May 2020 04:54:43 +0000 (14:54 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 15 Jun 2020 07:38:53 +0000 (17:38 +1000)
commit7cf81954705b7e5b057f7dc39a7ded54422ab6e1
tree547e14b1687a3d8984e46884b6c01138648ec844
parent95459261c99f1621d90bc628c2a48e60b7cf9a88
crypto: algif_skcipher - Cap recv SG list at ctx->used

Somewhere along the line the cap on the SG list length for receive
was lost.  This patch restores it and removes the subsequent test
which is now redundant.

Fixes: 2d97591ef43d ("crypto: af_alg - consolidation of...")
Cc: <stable@vger.kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algif_skcipher.c