On Thu, Oct 31, 2024 at 07:27:55PM +0800, Li Huafei wrote: > The commit 320406cb60b6 ("crypto: inside-secure - Replace generic aes > with libaes") replaced crypto_alloc_cipher() with kmalloc(), but did not > modify the handling of the return value. When kmalloc() returns NULL, > PTR_ERR_OR_ZERO(NULL) returns 0, but in fact, the memory allocation has > failed, and -ENOMEM should be returned. > > Fixes: 320406cb60b6 ("crypto: inside-secure - Replace generic aes with libaes") > Signed-off-by: Li Huafei <lihuafei1@xxxxxxxxxx> > --- > drivers/crypto/inside-secure/safexcel_hash.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt