[PATCH] crypto/openssl: fix memory free issue

Ji, Kai kai.ji at intel.com
Thu May 11 16:26:36 CEST 2023


Acked-by: Kai Ji <kai.ji at intel.com>

> -----Original Message-----
> From: Power, Ciara <ciara.power at intel.com>
> Sent: Thursday, May 11, 2023 3:00 PM
> To: Ji, Kai <kai.ji at intel.com>
> Cc: dev at dpdk.org; O'Donovan, Saoirse <saoirse.odonovan at intel.com>;
> stable at dpdk.org; Power, Ciara <ciara.power at intel.com>
> Subject: [PATCH] crypto/openssl: fix memory free issue
> 
> From: Saoirse O'Donovan <saoirse.odonovan at intel.com>
> 
> 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: kai.ji at intel.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Saoirse O'Donovan <saoirse.odonovan at intel.com>
> Signed-off-by: Ciara Power <ciara.power at intel.com>
> ---


More information about the stable mailing list