From: Dekel Peled > Function mlx5_rxq_get_type() uses the input queue index, without checking > it, as index to the Rx queues array. > If this value is too high, it will result in pointer to memory out of Rx > queues > array bounds. > > This patch adds check of the input queue index, to verify it is valid. > > Fixes: 09775c04aace ("net/mlx5: split hairpin flows") > Cc: or...@mellanox.com > > Signed-off-by: Dekel Peled <dek...@mellanox.com> Acked-by: Matan Azrad <ma...@mellanox.com>
- [dpdk-dev] [PATCH] net/mlx5: fix the get function of Rx q... Dekel Peled
- Re: [dpdk-dev] [PATCH] net/mlx5: fix the get functio... Matan Azrad
- Re: [dpdk-dev] [PATCH] net/mlx5: fix the get functio... Raslan Darawsheh