]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/, src/: Use xaprintf() instead of xasprintf()
authorAlejandro Colomar <alx@kernel.org>
Wed, 1 Jan 2025 13:41:18 +0000 (14:41 +0100)
committerSerge Hallyn <serge@hallyn.com>
Wed, 4 Jun 2025 04:25:02 +0000 (23:25 -0500)
commit2d7a049a86b198a981c7f9059aa627ff4a045467
tree9c66f74fab7c291e3dad8555bd10f5bc468d3068
parent423fd652b5636d928f2cabbc4680867516b3ba90
lib/, src/: Use xaprintf() instead of xasprintf()

This makes some temporary variables unnecessary.  They'll be removed in
the next commit.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
14 files changed:
lib/Makefile.am
lib/copydir.c
lib/env.c
lib/getdef.c
lib/mail.c
lib/obscure.c
lib/prefix_flag.c
lib/setupenv.c
src/passwd.c
src/su.c
src/useradd.c
src/userdel.c
src/usermod.c
src/vipw.c