On Sun, Apr 14, 2019 at 04:23:33PM -0700, Eric Biggers wrote: > From: Eric Biggers <[email protected]> > > shash_ahash_digest(), which is the ->digest() method for ahash tfms that > use an shash algorithm, has an optimization where crypto_shash_digest() > is called if the data is in a single page. But an off-by-one error > prevented this path from being taken unless the user happened to provide > extra data in the scatterlist. Fix it. > > Signed-off-by: Eric Biggers <[email protected]> > --- > crypto/shash.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Patch applied. Thanks. -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
