diff options
author | 2024-01-17 15:17:36 +0800 | |
---|---|---|
committer | 2024-01-24 00:15:38 -0800 | |
commit | 3c6d5189246f590e4e1f167991558bdb72a4738b (patch) | |
tree | 7d6bebd3b38c73fa94bdc567eb06ca995f665c79 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net/mlx5e: Ignore IPsec replay window values on sender side (diff) | |
download | wireguard-linux-3c6d5189246f590e4e1f167991558bdb72a4738b.tar.xz wireguard-linux-3c6d5189246f590e4e1f167991558bdb72a4738b.zip |
net/mlx5e: fix a double-free in arfs_create_groups
When `in` allocated by kvzalloc fails, arfs_create_groups will free
ft->g and return an error. However, arfs_create_table, the only caller of
arfs_create_groups, will hold this error and call to
mlx5e_destroy_flow_table, in which the ft->g will be freed again.
Fixes: 1cabe6b0965e ("net/mlx5e: Create aRFS flow tables")
Signed-off-by: Zhipeng Lu <alexious@zju.edu.cn>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions