RE: [EXT] [PATCH] crypto/ipsec_mb: fix qp cleanup unreachable code

2022-02-17 Thread Akhil Goyal
> The qp is never NULL when it reaches the qp_setup_cleanup error handling > code. This is due to checks earlier in the function that return an error > if qp is NULL. > > Coverity issue: 375013 > Fixes: 581c39b1cb7d ("crypto/ipsec_mb: fix queue cleanup null pointer > dereference") > Cc: sta...@dpd

[PATCH] crypto/ipsec_mb: fix qp cleanup unreachable code

2022-02-15 Thread Ciara Power
The qp is never NULL when it reaches the qp_setup_cleanup error handling code. This is due to checks earlier in the function that return an error if qp is NULL. Coverity issue: 375013 Fixes: 581c39b1cb7d ("crypto/ipsec_mb: fix queue cleanup null pointer dereference") Cc: sta...@dpdk.org Signed-o