Re: [dpdk-dev] [PATCH 3/3] ethdev: fix miss input validation when access EEPROM 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 EEPROM dump API. Fixes: 7a3f27cbf59b ("ethdev: add access to specific device info") Cc: sta...@dpdk.org Signed-off-by: Chengchang Tang Signed-off-by: Min Hu (Connor) Revie

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

2021-03-27 Thread Min Hu (Connor)
From: Chengchang Tang This patch adds validity check of input pointer in EEPROM dump API. Fixes: 7a3f27cbf59b ("ethdev: add access to specific device info") Cc: sta...@dpdk.org Signed-off-by: Chengchang Tang Signed-off-by: Min Hu (Connor) --- lib/librte_ethdev/rte_ethdev.c | 4 lib/libr