public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xfsprogs: avoid to use NULL pointer
@ 2022-06-06 12:31 zhanchengbin
  2022-06-06 12:33 ` [PATCH 1/3] mkfs/proto.c: " zhanchengbin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: zhanchengbin @ 2022-06-06 12:31 UTC (permalink / raw)
  To: sandeen, djwong; +Cc: liuzhiqiang26, linfeilong, linux-xfs

Change malloc to xmalloc for avoid to use NULL pointer.

zhanchengbin (3):
   mkfs/proto.c: avoid to use NULL pointer
   db: avoid to use NULL pointer
   repair/slab.c: avoid to use NULL pointer

  db/block.c    | 2 +-
  db/check.c    | 4 ++--
  db/faddr.c    | 6 +++---
  db/namei.c    | 2 +-
  mkfs/proto.c  | 4 ++--
  repair/slab.c | 2 +-
  6 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.27.0

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

end of thread, other threads:[~2022-06-06 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-06 12:31 [PATCH 0/3] xfsprogs: avoid to use NULL pointer zhanchengbin
2022-06-06 12:33 ` [PATCH 1/3] mkfs/proto.c: " zhanchengbin
2022-06-06 14:29   ` Eric Sandeen
2022-06-06 21:46     ` Dave Chinner
2022-06-06 12:33 ` [PATCH 2/3] db: " zhanchengbin
2022-06-06 12:34 ` [PATCH 3/3] repair/slab.c: " zhanchengbin

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