Re: [dpdk-dev] [PATCH 2/3] ethdev: fix miss input validation when access reg info

2021-04-01 Thread Ferruh Yigit
On 3/27/2021 7:38 AM, Min Hu (Connor) wrote: From: Chengchang Tang This patch adds validity check of input pointer in regs dump API. Fixes: 7a3f27cbf59b ("ethdev: add access to specific device info") Fixes: 936eda25e8da ("net/hns3: support dump register") Cc: sta...@dpdk.org Signed-off-by: Ch

[dpdk-dev] [PATCH 2/3] ethdev: fix miss input validation when access reg info

2021-03-27 Thread Min Hu (Connor)
From: Chengchang Tang This patch adds validity check of input pointer in regs dump API. Fixes: 7a3f27cbf59b ("ethdev: add access to specific device info") Fixes: 936eda25e8da ("net/hns3: support dump register") Cc: sta...@dpdk.org Signed-off-by: Chengchang Tang Signed-off-by: Min Hu (Connor)