RE: [EXT] [PATCH] crypto/ipsec_mb: fix null pointer dereference

2022-02-08 Thread Akhil Goyal
> Adjust memory check and use in a proper order to avoid > null pointer dereference. > > Fixes: 918fd2f1466b ("crypto/ipsec_mb: move aesni_mb PMD") > > Signed-off-by: Weiguo Li > --- This patch is a duplicate of a patch already submitted. http://patches.dpdk.org/project/dpdk/patch/20220116194043

[PATCH] crypto/ipsec_mb: fix null pointer dereference

2022-01-29 Thread Weiguo Li
Adjust memory check and use in a proper order to avoid null pointer dereference. Fixes: 918fd2f1466b ("crypto/ipsec_mb: move aesni_mb PMD") Signed-off-by: Weiguo Li --- drivers/crypto/ipsec_mb/ipsec_mb_private.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/crypt