]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/string/strdup/xstrdup.[ch], lib/, src/: Move xstrdup() to its own file
authorAlejandro Colomar <alx@kernel.org>
Thu, 27 Jun 2024 12:16:16 +0000 (14:16 +0200)
committerSerge Hallyn <serge@hallyn.com>
Tue, 2 Jul 2024 02:40:11 +0000 (21:40 -0500)
commit29f4f03defae72c94097a9efa02a79212730947e
treee6c11fa4277b0ebc49bbfe566790667826af9fbf
parent2cf73c99a696e0ac13af1db7ff6ac3860172d077
lib/string/strdup/xstrdup.[ch], lib/, src/: Move xstrdup() to its own file

Signed-off-by: Alejandro Colomar <alx@kernel.org>
26 files changed:
lib/Makefile.am
lib/alloc.c
lib/alloc.h
lib/env.c
lib/list.c
lib/motd.c
lib/obscure.c
lib/setupenv.c
lib/string/strdup/xstrdup.c [new file with mode: 0644]
lib/string/strdup/xstrdup.h [new file with mode: 0644]
lib/utmp.c
src/chage.c
src/chfn.c
src/chsh.c
src/gpasswd.c
src/groupmems.c
src/groupmod.c
src/login.c
src/newgrp.c
src/newusers.c
src/passwd.c
src/su.c
src/sulogin.c
src/useradd.c
src/userdel.c
src/usermod.c