> -----Original Message-----
> From: Power, Ciara <ciara.po...@intel.com>
> Sent: Friday, December 10, 2021 2:10 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Mcnamara, John <john.mcnam...@intel.com>; Zhang,
> Roy Fan <roy.fan.zh...@intel.com>; Power, Ciara <ciara.po...@intel.com>;
> De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>
> Subject: [PATCH 2/3] crypto/ipsec_mb: fix qp cleanup null pointer
> dereference
>
> The qp was being used in the cleanup without checking if it was non NULL.
> A check is now added to verify qp is non NULL before use.
>
> Coverity issue: 374375
> Fixes: c75542ae4200 ("crypto/ipsec_mb: introduce IPsec_mb framework")
> Cc: roy.fan.zh...@intel.com
> Cc: sta...@dpdk.org
>
> Signed-off-by: Ciara Power <ciara.po...@intel.com>
> ---
Acked-by: Fan Zhang <roy.fan.zh...@intel.com>