CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/15 11:25:39
Modified files:
libexec/login_passwd: login_passwd.c
Log message:
Fix handling of passwd entries with an empty password.
Initialize "pass" to the empty string instead of NULL, otherwise
crypt_checkpass() will dereference NULL.
>From Yuichiro Naito via yasuoka@. OK deraadt@
