public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] e2fsprogs: fix memory leaks detected by ASAN
@ 2025-11-21  3:36 Wu Guanghao
  2025-11-21  3:36 ` [PATCH v2 1/2] fsck: fix memory leak of inst->type Wu Guanghao
  2025-11-21  3:36 ` [PATCH v2 2/2] resize: fix memory leak when exiting normally Wu Guanghao
  0 siblings, 2 replies; 5+ messages in thread
From: Wu Guanghao @ 2025-11-21  3:36 UTC (permalink / raw)
  To: tytso, linux-ext4, adilger.kernel; +Cc: djwong, yangyun50, wuguanghao3

v1 -> v2:
 - Check the return value of ext2fs_close_free()

Wu Guanghao (2):
  fsck: fix memory leak of inst->type
  resize: fix memory leak when exiting normally

 misc/fsck.c   | 1 +
 resize/main.c | 2 ++
 2 files changed, 3 insertions(+)

-- 
2.27.0


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

end of thread, other threads:[~2026-03-05 17:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-21  3:36 [PATCH v2 0/2] e2fsprogs: fix memory leaks detected by ASAN Wu Guanghao
2025-11-21  3:36 ` [PATCH v2 1/2] fsck: fix memory leak of inst->type Wu Guanghao
2025-11-21 16:23   ` Darrick J. Wong
2025-11-21  3:36 ` [PATCH v2 2/2] resize: fix memory leak when exiting normally Wu Guanghao
2026-03-05 17:38   ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox