NetBSD/usr.bin/login
kamil df9cced477 Avoid use-after-free bug in PAM environment
Traditional BSD putenv(3) was creating an internal copy of the passed
argument. Unfortunately this was causing memory leaks and was changed by
POSIX to not allocate.

Adapt the putenv(3) usage to modern POSIX (and NetBSD) semantics.
2020-02-08 13:44:35 +00:00
..
Makefile
common.c
common.h
k5login.c
login.1
login.c
login_pam.c
pathnames.h