RE: [PATCH 1/3] crypto/ipsec_mb: fix qp setup null pointer dereference

2021-12-16 Thread Zhang, Roy Fan
> -Original Message- > From: Power, Ciara > Sent: Friday, December 10, 2021 2:10 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Mcnamara, John ; Zhang, > Roy Fan ; Power, Ciara ; > De Lara Guarch, Pablo > Subject: [PATCH 1/3] crypto/ipsec_mb: fix qp setup null point

[PATCH 1/3] crypto/ipsec_mb: fix qp setup null pointer dereference

2021-12-10 Thread Ciara Power
When setting up a qp in a secondary process, the local qp pointer is set to the stored device qp, configured by the primary process for that device, but only if that device qp is not NULL. If the device qp was not set up correctly by the primary process and has a NULL value, the local qp variable s