RE: [EXT] [PATCH] test/cryptodev: remove unnecessary null check before free

2023-07-11 Thread Akhil Goyal
> Found by devtools/cocci/nullfree.cocci > > Fixes: 2d970c663314 ("cryptodev: add asymmetric SM2 algorithm") > Cc: gmuthukri...@marvell.com > Signed-off-by: Stephen Hemminger > --- Applied to dpdk-next-crypto Thanks.

RE: [EXT] [PATCH] test/cryptodev: remove unnecessary null check before free

2023-07-10 Thread Gowrishankar Muthukrishnan
Acked-by: Gowrishankar Muthukrishnan

[PATCH] test/cryptodev: remove unnecessary null check before free

2023-07-10 Thread Stephen Hemminger
Found by devtools/cocci/nullfree.cocci Fixes: 2d970c663314 ("cryptodev: add asymmetric SM2 algorithm") Cc: gmuthukri...@marvell.com Signed-off-by: Stephen Hemminger --- app/test/test_cryptodev_asym.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/test/test_cryptodev_as