Re: [dpdk-dev] [PATCH] graph_stats: do not use a possibly NULL Pointer

2021-05-24 Thread Jerin Jacob
On Mon, May 24, 2021 at 2:28 PM Thierry Herbelot wrote: > > Use stats only after it was checked not to be NULL. Please change the subject to graph: .. With the above fix: Acked-by: Jerin Jacob > > Fixes: af1ae8b6a32c9 ("graph: implement stats") > Cc: sta...@dpdk.org > Cc: Jerin Jacob > C

[dpdk-dev] [PATCH] graph_stats: do not use a possibly NULL Pointer

2021-05-24 Thread Thierry Herbelot
Use stats only after it was checked not to be NULL. Fixes: af1ae8b6a32c9 ("graph: implement stats") Cc: sta...@dpdk.org Cc: Jerin Jacob Cc: Kiran Kumar K Signed-off-by: Thierry Herbelot --- lib/graph/graph_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graph/g