All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] two minor fixes for erofs-utils lib
@ 2025-07-11 16:16 Yifan Zhao
  2025-07-11 16:16 ` [PATCH 1/2] erofs-utils: lib: fix uninitialized variable access in bmgr Yifan Zhao
  2025-07-11 16:16 ` [PATCH 2/2] erofs-utils: lib: add guard clause for z_erofs_compress_init Yifan Zhao
  0 siblings, 2 replies; 8+ messages in thread
From: Yifan Zhao @ 2025-07-11 16:16 UTC (permalink / raw)
  To: linux-erofs; +Cc: Yifan Zhao

Fix following issues during basic usage of `mkfs.erofs`.

Yifan Zhao (2):
  erofs-utils: lib: fix uninitialized variable access in bmgr
  erofs-utils: lib: add guard clause for z_erofs_compress_init

 lib/cache.c    | 1 +
 lib/compress.c | 5 +++++
 2 files changed, 6 insertions(+)

-- 
2.43.0



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

end of thread, other threads:[~2025-07-15 15:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11 16:16 [PATCH 0/2] two minor fixes for erofs-utils lib Yifan Zhao
2025-07-11 16:16 ` [PATCH 1/2] erofs-utils: lib: fix uninitialized variable access in bmgr Yifan Zhao
2025-07-11 16:40   ` Gao Xiang
2025-07-11 16:16 ` [PATCH 2/2] erofs-utils: lib: add guard clause for z_erofs_compress_init Yifan Zhao
2025-07-11 16:39   ` Gao Xiang
2025-07-14 16:55     ` [PATCH v2 2/2] erofs-utils: lib: fix memory leak in z_erofs_compress_exit Yifan Zhao
2025-07-14 17:09       ` Gao Xiang
2025-07-15 15:21         ` [PATCH v3 " Yifan Zhao

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.