mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 17:38:42 +00:00
get_user_creds would use getpwnam() and then returns strings pointing into the static buffer. This seems very iffy. Let's duplicate the strings properly