Acked-by: Kai Ji <[email protected]>

> -----Original Message-----
> From: Power, Ciara <[email protected]>
> Sent: Thursday, May 11, 2023 3:00 PM
> To: Ji, Kai <[email protected]>
> Cc: [email protected]; O'Donovan, Saoirse <[email protected]>;
> [email protected]; Power, Ciara <[email protected]>
> Subject: [PATCH] crypto/openssl: fix memory free issue
> 
> From: Saoirse O'Donovan <[email protected]>
> 
> Allocated memory was being freed using 'free' when it should have been
> freed using 'OPENSSL_free'. This has now been modified so that the correct
> method is used to free allocated memory.
> 
> Coverity issue: 384415
> Fixes: 4c7ae22f1f83 ("crypto/openssl: update DSA routine with 3.0 EVP API")
> Cc: [email protected]
> Cc: [email protected]
> 
> Signed-off-by: Saoirse O'Donovan <[email protected]>
> Signed-off-by: Ciara Power <[email protected]>
> ---

Reply via email to