Searched hist:"7 cf81954705b7e5b057f7dc39a7ded54422ab6e1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/crypto/ |
H A D | algif_skcipher.c | diff 7cf81954705b7e5b057f7dc39a7ded54422ab6e1 Thu May 28 23:54:43 CDT 2020 Herbert Xu <herbert@gondor.apana.org.au> 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>
|