Re: [dpdk-dev] [PATCH v2 0/2] bugfix for graph

2021-06-03 Thread David Marchand
On Thu, May 6, 2021 at 9:16 AM Min Hu (Connor) wrote: > > This patchset contains two bugfixes for graph. > > HongBo Zheng (2): > graph: fix memory leak > graph: fix dereferencing null pointer > > lib/graph/graph_stats.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) Series ap

[dpdk-dev] [PATCH v2 0/2] bugfix for graph

2021-05-06 Thread Min Hu (Connor)
This patchset contains two bugfixes for graph. HongBo Zheng (2): graph: fix memory leak graph: fix dereferencing null pointer lib/graph/graph_stats.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) --- v2: * fix double free. -- 2.7.4