> -----Original Message-----
> From: Yunjian Wang <wangyunj...@huawei.com>
> Sent: Tuesday, February 15, 2022 18:25
> To: dev@dpdk.org
> Cc: Yigit, Ferruh <ferruh.yi...@intel.com>; Wu, Jingjing 
> <jingjing...@intel.com>; Xing, Beilei
> <beilei.x...@intel.com>; Wang, Haiyue <haiyue.w...@intel.com>; 
> jiawe...@trustnetic.com;
> jianw...@trustnetic.com; dingxiaoxi...@huawei.com; huangshaozh...@huawei.com; 
> Yunjian Wang
> <wangyunj...@huawei.com>; sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH 1/3] net/ixgbe: set pointer to NULL after free
> 
> When ixgbe_dev_close() is cleaning up, it does not correctly set
> the security_ctx variable to NULL, which will lead to wild pointer.
> 
> Fixes: 9a0752f498d2 ("net/ixgbe: enable inline IPsec")
> Cc: sta...@dpdk.org
> 
> Signed-off-by: Yunjian Wang <wangyunj...@huawei.com>
> ---
>  drivers/net/ixgbe/ixgbe_ethdev.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Haiyue Wang <haiyue.w...@intel.com>

> --
> 2.27.0

Reply via email to