Re: [dpdk-dev] [PATCH] common/dpaax: fix possible null pointer access

2021-04-21 Thread Thomas Monjalon
21/04/2021 14:12, Hemant Agrawal: > On 4/21/2021 8:16 AM, Min Hu (Connor) wrote: > > From: Chengwen Feng > > > > This patch fixes possible null pointer access when dump iova table. > > > > Fixes: 2f3d633aa593 ("common/dpaax: add library for PA/VA translation > > table") > > Cc: sta...@dpdk.org >

Re: [dpdk-dev] [PATCH] common/dpaax: fix possible null pointer access

2021-04-21 Thread Hemant Agrawal
On 4/21/2021 8:16 AM, Min Hu (Connor) wrote: From: Chengwen Feng This patch fixes possible null pointer access when dump iova table. Fixes: 2f3d633aa593 ("common/dpaax: add library for PA/VA translation table") Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng Signed-off-by: Min Hu (Connor)

[dpdk-dev] [PATCH] common/dpaax: fix possible null pointer access

2021-04-20 Thread Min Hu (Connor)
From: Chengwen Feng This patch fixes possible null pointer access when dump iova table. Fixes: 2f3d633aa593 ("common/dpaax: add library for PA/VA translation table") Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng Signed-off-by: Min Hu (Connor) --- drivers/common/dpaax/dpaax_iova_table.c |