Author :
millert
Date :
2020-05-15 17:25:39
Hash :e3568ce2 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@