In the Linux kernel, the following vulnerability has been resolved:
net/mlx5: Fix null-ptr-deref in mlx5create{inner,}ttctable()
Add NULL check for mlx5getflownamespace() returns in mlx5createinnerttctable() and mlx5createttctable() to prevent NULL pointer dereference.