diff options
author | 2019-10-23 16:41:21 +0300 | |
---|---|---|
committer | 2020-02-06 12:24:23 -0800 | |
commit | 08db2cf577487f5123aebcc2f913e0b8a2c14b43 (patch) | |
tree | c7be1008597f27ab33640029eb13654cb04febfc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net/mlx5: IPsec, Fix esp modify function attribute (diff) | |
download | wireguard-linux-08db2cf577487f5123aebcc2f913e0b8a2c14b43.tar.xz wireguard-linux-08db2cf577487f5123aebcc2f913e0b8a2c14b43.zip |
net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctx
SA context is allocated at mlx5_fpga_ipsec_create_sa_ctx,
however the counterpart mlx5_fpga_ipsec_delete_sa_ctx function
nullifies sa_ctx pointer without freeing the memory allocated,
hence the memory leak.
Fix by free SA context when the SA is released.
Fixes: d6c4f0298cec ("net/mlx5: Refactor accel IPSec code")
Signed-off-by: Raed Salem <raeds@mellanox.com>
Reviewed-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions