Re: [PATCH] pipeline: fix IPsec crypto session leak

2023-02-19 Thread Thomas Monjalon
07/02/2023 19:15, Cristian Dumitrescu: > In case of rte_ipsec_session_prepare() error, the crypto session was > not freed, leading to its leakage. > > Fixes: 20777eb5f913 ("pipeline: add IPsec") > Coverity issue: 383139 > > Signed-off-by: Cristian Dumitrescu Applied, thanks.

[PATCH] pipeline: fix IPsec crypto session leak

2023-02-07 Thread Cristian Dumitrescu
In case of rte_ipsec_session_prepare() error, the crypto session was not freed, leading to its leakage. Fixes: 20777eb5f913 ("pipeline: add IPsec") Coverity issue: 383139 Signed-off-by: Cristian Dumitrescu --- lib/pipeline/rte_swx_ipsec.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(