[PATCH v4 0/1] net/mlx5: Fix null-ptr-deref in TTC table creation

Henry Martin posted 1 patch 2 weeks, 6 days ago
drivers/net/ethernet/mellanox/mlx5/core/lib/fs_ttc.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
[PATCH v4 0/1] net/mlx5: Fix null-ptr-deref in TTC table creation
Posted by Henry Martin 2 weeks, 6 days ago
This patch fixes a NULL pointer dereference in
mlx5_create_{inner_,}ttc_table() by adding NULL checks for
mlx5_get_flow_namespace() return values.

Henry Martin (1):
  net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()

 drivers/net/ethernet/mellanox/mlx5/core/lib/fs_ttc.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

-- 
2.34.1
Re: [PATCH v4 0/1] net/mlx5: Fix null-ptr-deref in TTC table creation
Posted by Markus Elfring 2 weeks, 6 days ago
> Henry Martin (1):

You may omit a cover letter for a single patch.

Regards,
Markus