mbox series

[v2,0/2] bugfix for graph

Message ID 1620285387-42792-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series bugfix for graph |

Message

humin (Q) May 6, 2021, 7:16 a.m. UTC
  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.
  

Comments

David Marchand June 3, 2021, 4:40 p.m. UTC | #1
On Thu, May 6, 2021 at 9:16 AM Min Hu (Connor) <humin29@huawei.com> 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 applied, thanks.