diff options
author | Henry Martin <bsdhenrymartin@gmail.com> | 2025-04-18 10:38:14 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-04-21 17:09:11 -0700 |
commit | fa8fd315127ca48c65e7e6692a84ffcf3d07168e (patch) | |
tree | 497bd25db43cbf4007b6f5b2df9dc936d775d91a /scripts/generate_rust_analyzer.py | |
parent | 91037037ee3d611ce17f39d75f79c7de394b122a (diff) |
net/mlx5: Move ttc allocation after switch case to prevent leaks
Relocate the memory allocation for ttc table after the switch statement
that validates params->ns_type in both mlx5_create_inner_ttc_table() and
mlx5_create_ttc_table(). This ensures memory is only allocated after
confirming valid input, eliminating potential memory leaks when invalid
ns_type cases occur.
Fixes: 137f3d50ad2a ("net/mlx5: Support matching on l4_type for ttc_table")
Signed-off-by: Henry Martin <bsdhenrymartin@gmail.com>
Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Reviewed-by: Mark Bloch <mbloch@nvidia.com>
Link: https://patch.msgid.link/20250418023814.71789-3-bsdhenrymartin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions