Applied to dpdk-next-crypto
Thanks.
Acked-by: Kai Ji mailto:kai...@intel.com>>
> -Original Message-
> From: Didier Pallard
> Sent: Tuesday 18 April 2023 15:26
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Ji, Kai ; Akhil Goyal
> ; Fan Zhang ; Ashwin
> Sekhar T K
> Subject: [PATCH] crypto/op
...@marvell.com; Akhil Goyal ; Ji, Kai
> ; Gowrishankar Muthukrishnan
> Subject: [PATCH] crypto/openssl: fix memory leak
>
> Memory allocated through OPENSSL_malloc should be freed only through
> OPENSSL_free.
>
> Signed-off-by: Gowrishankar Muthukrishnan
> ---
> dr
> Subject: [PATCH] crypto/openssl: fix memory leak
>
> Memory allocated through OPENSSL_malloc should be freed only
> through OPENSSL_free.
>
> Signed-off-by: Gowrishankar Muthukrishnan
Patch already submitted.
https://patches.dpdk.org/project/dpdk/patch/20230511135944
Memory allocated through OPENSSL_malloc should be freed only
through OPENSSL_free.
Signed-off-by: Gowrishankar Muthukrishnan
---
drivers/crypto/openssl/rte_openssl_pmd.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/crypto/openssl/rte_openssl_pmd.c
b/drivers/
Contexts allocated with EVP_MAC_CTX_new calls are leaking, they are created
then overwritten by the return value of EVP_MAC_CTX_dup call.
Fixes: 75adf1eae44f ("crypto/openssl: update HMAC routine with 3.0 EVP API")
Fixes: 2b9c693f6ef5 ("crypto/openssl: support AES-CMAC operations")
Signed-off-by:
6 matches
Mail list logo