commit | 7b2b16ee54cc08e268ddae59152cc99ec8275e1c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Sep 28 12:05:56 2020 +0300 |
committer | Saeed Mahameed <saeedm@nvidia.com> | Wed Sep 30 21:26:31 2020 -0700 |
tree | 07c23a164bd254de4eac8b0fb1949d36651ac761 | |
parent | 5efbe617888a4ba29e260d1233afbd9524608805 [diff] |
net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get() This code frees "shared_counter" and then dereferences on the next line to get the error code. Fixes: 1edae2335adf ("net/mlx5e: CT: Use the same counter for both directions") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>