summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/xarray.py
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2025-09-30 15:25:01 +0300
committerJakub Kicinski <kuba@kernel.org>2025-10-03 10:20:20 -0700
commit4f0d91ba72811fd5dd577bcdccd7fed649aae62c (patch)
treee58e34d7dc53381aa58329bf633d36e81de509ab /scripts/gdb/linux/xarray.py
parent49bdb63ff64469a6de8ea901aef123c75be9bbe7 (diff)
net/mlx4: prevent potential use after free in mlx4_en_do_uc_filter()
Print "entry->mac" before freeing "entry". The "entry" pointer is freed with kfree_rcu() so it's unlikely that we would trigger this in real life, but it's safer to re-order it. Fixes: cc5387f7346a ("net/mlx4_en: Add unicast MAC filtering") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Link: https://patch.msgid.link/aNvMHX4g8RksFFvV@stanley.mountain Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/xarray.py')
0 files changed, 0 insertions, 0 deletions