Files
linux/drivers
Zhengchao Shao 884abe45a9 net/mlx5e: fix double free in mlx5e_destroy_flow_table
In function accel_fs_tcp_create_groups(), when the ft->g memory is
successfully allocated but the 'in' memory fails to be allocated, the
memory pointed to by ft->g is released once. And in function
accel_fs_tcp_create_table, mlx5e_destroy_flow_table is called to release
the memory pointed to by ft->g again. This will cause double free problem.

Fixes: c062d52ac2 ("net/mlx5e: Receive flow steering framework for accelerated TCP flows")
Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
2023-07-05 10:57:02 -07:00
..
2023-06-22 07:48:08 -06:00
2023-04-05 19:41:10 +02:00
2023-07-02 15:44:54 +01:00
2023-05-15 16:19:03 +01:00
2023-07-05 10:47:45 +01:00
2023-05-16 21:07:26 -04:00
2023-06-19 16:19:25 -07:00