> -----Original Message----- > From: Yu, DapengX <[email protected]> > Sent: Friday, July 9, 2021 11:15 > To: Wang, Haiyue <[email protected]> > Cc: [email protected]; Yu, DapengX <[email protected]>; [email protected] > Subject: [PATCH v2] net/ixgbe: fix using heap pointer after free > > From: Dapeng Yu <[email protected]> > > The original code use a heap pointer after it is freed. > This patch fix it. > > Fixes: a14de8b498d1 ("net/ixgbe: destroy consistent filter") > Cc: [email protected] > > Signed-off-by: Dapeng Yu <[email protected]> > --- > V2: > * Simplify the patch according to maintainer's comment: > only one "pmd_flow" in the list, so just "break;" is fine. > --- > drivers/net/ixgbe/ixgbe_flow.c | 1 + > 1 file changed, 1 insertion(+) >
Good catch, thanks! Reviewed-by: Haiyue Wang <[email protected]> > -- > 2.27.0

