RE: [PATCH] crypto/openssl: fix memory free issue

2023-05-24 Thread Akhil Goyal
> Acked-by: Kai Ji > > > Subject: [PATCH] crypto/openssl: fix memory free issue > > > > From: Saoirse O'Donovan > > > > Allocated memory was being freed using 'free' when it should have been > > freed using 'OPENSSL_free'. T

RE: [PATCH] crypto/openssl: fix memory free issue

2023-05-11 Thread Ji, Kai
Acked-by: Kai Ji > -Original Message- > From: Power, Ciara > Sent: Thursday, May 11, 2023 3:00 PM > To: Ji, Kai > Cc: dev@dpdk.org; O'Donovan, Saoirse ; > sta...@dpdk.org; Power, Ciara > Subject: [PATCH] crypto/openssl: fix memory free issue &g

[PATCH] crypto/openssl: fix memory free issue

2023-05-11 Thread Ciara Power
From: Saoirse O'Donovan 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