| 2d2bf7de | 06-May-2021 |
Hongbo Zheng <[email protected]> |
graph: fix null dereference in stats
In function 'stats_mem_init', pointer 'stats' should be confirmed not null before memset it.
Fixes: af1ae8b6a32c ("graph: implement stats") Cc: [email protected]
graph: fix null dereference in stats
In function 'stats_mem_init', pointer 'stats' should be confirmed not null before memset it.
Fixes: af1ae8b6a32c ("graph: implement stats") Cc: [email protected]
Signed-off-by: Hongbo Zheng <[email protected]> Signed-off-by: Min Hu (Connor) <[email protected]> Reviewed-by: Jerin Jacob <[email protected]> Reviewed-by: David Marchand <[email protected]>
show more ...
|