> -Original Message-
> From: Peng, ZhihongX
> Sent: Tuesday, April 13, 2021 2:30 PM
> To: Ma, WenwuX ; Yang, Qiming
> ; Zhang, Qi Z
> Cc: dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH] net/ice: fix illegal pointer access when
> removing mac filter
&g
-Original Message-
From: dev On Behalf Of Wenwu Ma
Sent: Friday, April 2, 2021 9:53 PM
To: Yang, Qiming ; Zhang, Qi Z
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] net/ice: fix illegal pointer access when removing
mac filter
When removing the mac filter in
When removing the mac filter in ice_remove_all_mac_vlan_filters(),
TAILQ_FOREACH_SAFE should be used instead of TAILQ_FOREACH,
Otherwise, it will result in a illegal pointer access.
Fixes: e0dcf94a0d7f ("net/ice: support VLAN ops")
Cc: sta...@dpdk.org
Signed-off-by: Wenwu Ma
---
drivers/net/ice
3 matches
Mail list logo