RE: [PATCH] net/iavf: fix null pointer dereference

2022-01-28 Thread Zhang, Qi Z
> -Original Message- > From: Weiguo Li > Sent: Tuesday, January 25, 2022 10:23 PM > To: Wu, Jingjing > Cc: Nicolau, Radu ; dev@dpdk.org > Subject: [PATCH] net/iavf: fix null pointer dereference > > Check for memory allocation failure is added to avoid null pointer > dereference. > >

Re: [PATCH] net/iavf: fix null pointer dereference

2022-01-26 Thread Nicolau, Radu
On 1/25/2022 2:23 PM, Weiguo Li wrote: Check for memory allocation failure is added to avoid null pointer dereference. Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto") Signed-off-by: Weiguo Li --- Acked-by: Radu Nicolau