RE: [PATCH] test/crypto: add null check for ZUC authentication op

2022-05-11 Thread Akhil Goyal
> > Subject: [PATCH] test/crypto: add null check for ZUC authentication op > > > > Check if the returned op is NULL because of failure, before using it and > > causing > a > > segmentation fault. > > > > Fixes: 4c99481 ("app/test: add ZUC&qu

RE: [PATCH] test/crypto: add null check for ZUC authentication op

2022-05-11 Thread De Lara Guarch, Pablo
> -Original Message- > From: Power, Ciara > Sent: Wednesday, May 11, 2022 2:29 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; Ji, Kai ; > Power, Ciara ; De Lara Guarch, Pablo > ; sta...@dpdk.org; Akhil Goyal > > Subject: [PATCH] test/crypto: add null chec

[PATCH] test/crypto: add null check for ZUC authentication op

2022-05-11 Thread Ciara Power
Check if the returned op is NULL because of failure, before using it and causing a segmentation fault. Fixes: 4c99481 ("app/test: add ZUC") Cc: pablo.de.lara.gua...@intel.com Cc: sta...@dpdk.org Signed-off-by: Ciara Power --- app/test/test_cryptodev.c | 2 +- 1 file changed, 1 insertion(+), 1 d