diff options
author | Raed Salem <raeds@mellanox.com> | 2019-10-23 16:41:21 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2020-02-06 12:24:23 -0800 |
commit | 08db2cf577487f5123aebcc2f913e0b8a2c14b43 (patch) | |
tree | c7be1008597f27ab33640029eb13654cb04febfc /drivers/rapidio | |
parent | 0dc2c534f17c05bed0622b37a744bc38b48ca88a (diff) |
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 'drivers/rapidio')
0 files changed, 0 insertions, 0 deletions