Make a copy of a struct passwd because subsequent calls to
commite78840016a82e2400f67eaf79823bf1c4883abda
authorAntoine Jacoutot <ajacoutot@gnome.org>
Sun, 30 Sep 2018 10:44:26 +0000 (30 12:44 +0200)
committerAntoine Jacoutot <ajacoutot@gnome.org>
Sun, 30 Sep 2018 10:44:26 +0000 (30 12:44 +0200)
treefccc7b6b3e0bb64eb382d89767ca73a330f87904
parent4d548d8fd5fc564b742fc02bcb21af62859112b6
Make a copy of a struct passwd because subsequent calls to
getpw* functions will invalidate its content and prevent passwd
authentication.
login_passwd/login.c