Home
last modified time | relevance | path

Searched hist:"87 e02063" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c87e02063 Fri Dec 01 12:49:29 GMT 2023 Nikita Zhandarovich <n.zhandarovich@fintech.ru> crypto: safexcel - Add error handling for dma_map_sg() calls

Macro dma_map_sg() may return 0 on error. This patch enables
checks in case of the macro failure and ensures unmapping of
previously mapped buffers with dma_unmap_sg().

Found by Linux Verification Center (linuxtesting.org) with static
analysis tool SVACE.

Fixes: 49186a7d9e46 ("crypto: inside_secure - Avoid dma map if size is zero")
Signed-off-by: Nikita Zhandarovich <n.zhandarovich@fintech.ru>
Reviewed-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>