RE: [PATCH] net/mlx5: fix destroying empty matchers list

2022-03-02 Thread Raslan Darawsheh
ta...@dpdk.org > Subject: [PATCH] net/mlx5: fix destroying empty matchers list > > The table remove callback function is trying to destroy the > matchers list associated with table entries without checking > if the list is valid, which causes nullptr dereference. > Fixed by validat

RE: [PATCH] net/mlx5: fix destroying empty matchers list

2022-02-28 Thread Idan Hackmon
> -Original Message- > From: Adham Masarwah > Sent: Sunday, February 27, 2022 2:33 PM > To: Idan Hackmon > Subject: RE: [PATCH] net/mlx5: fix destroying empty matchers list > > > Subject: [PATCH] net/mlx5: fix destroying empty matchers list > > > >

RE: [PATCH] net/mlx5: fix destroying empty matchers list

2022-02-23 Thread Tal Shnaiderman
> Subject: [PATCH] net/mlx5: fix destroying empty matchers list > > The table remove callback function is trying to destroy the matchers list > associated with table entries without checking if the list is valid, which > causes > nullptr dereference. > Fixed by validat

[PATCH] net/mlx5: fix destroying empty matchers list

2022-02-23 Thread Adham Masarwah
The table remove callback function is trying to destroy the matchers list associated with table entries without checking if the list is valid, which causes nullptr dereference. Fixed by validating the matchers list before destroying it. Issue can be reproduced with testpmd on Windows, when you run