All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] cov: fix memory leak caused by abnormal exit
@ 2021-08-30  7:12 Wu Guanghao
  2021-08-30  7:13 ` [PATCH 1/3] cmdlib_lvm2_init: release cmd after registration failed Wu Guanghao
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Wu Guanghao @ 2021-08-30  7:12 UTC (permalink / raw)
  To: lvm-devel

Several possible memory leaks were discovered through tool scans

wuguanghao (3):
  cmdlib_lvm2_init: release cmd after registration failed
  read_adopt_file: Set the default value of r to NULL,
        and release r when exiting abnormally
  read_adopt_file: fix memory leak

 daemons/lvmlockd/lvmlockd-core.c | 7 +++++--
 tools/lvmcmdlib.c                | 4 +++-
 2 files changed, 8 insertions(+), 3 deletions(-)

--
2.23.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-10 15:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30  7:12 [PATCH 0/3] cov: fix memory leak caused by abnormal exit Wu Guanghao
2021-08-30  7:13 ` [PATCH 1/3] cmdlib_lvm2_init: release cmd after registration failed Wu Guanghao
2021-09-10 15:00   ` Zdenek Kabelac
2021-08-30  7:13 ` [PATCH 2/3] read_adopt_file: release r when exiting abnormally Wu Guanghao
2021-08-30  7:14 ` [PATCH 3/3] read_adopt_file: fix memory leak Wu Guanghao
2021-09-10  2:21 ` [PATCH 0/3] cov: fix memory leak caused by abnormal exit Zhiqiang Liu
2021-09-10 13:11   ` David Teigland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.