RE: [EXT] [PATCH] compress/octeontx: fix null pointer dereference

2022-02-08 Thread Akhil Goyal
> Check for memory allocation failure is added to avoid null > pointer dereference. > > Signed-off-by: Weiguo Li > --- Acked-by: Akhil Goyal Applied to dpdk-next-crypto Added Fixes tag Cc: sta...@dpdk.org

[PATCH] compress/octeontx: fix null pointer dereference

2022-01-25 Thread Weiguo Li
Check for memory allocation failure is added to avoid null pointer dereference. Signed-off-by: Weiguo Li --- drivers/compress/octeontx/otx_zip_pmd.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/compress/octeontx/otx_zip_pmd.c b/drivers/compress/octeontx/otx_z

[PATCH] compress/octeontx: fix null pointer dereference

2022-01-25 Thread Weiguo Li
Check for memory allocation failure is added to avoid null pointer dereference. Signed-off-by: Weiguo Li --- drivers/compress/octeontx/otx_zip_pmd.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/compress/octeontx/otx_zip_pmd.c b/drivers/compress/octeontx/otx_