[dpdk-dev] [PATCH] null: Fix dereference before null check in eth_null_copy_tx()
> This patch fixes potential null pointer access of eth_null_copy_tx(). > > Reported-by: Mcnamara, John > Signed-off-by: Tetsuya Mukawa Applied, thanks
[dpdk-dev] [PATCH] null: Fix dereference before null check in eth_null_copy_tx()
This patch fixes potential null pointer access of eth_null_copy_tx(). Reported-by: Mcnamara, John Signed-off-by: Tetsuya Mukawa --- lib/librte_pmd_null/rte_eth_null.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_pmd_null/rte_eth_null.c b/lib/librte_pmd_null/