[sudo-commits] sudo changeset 9905:e6c5155c44e5

Todd C. Miller Todd.Miller at courtesan.com
Thu Feb 19 13:41:19 MST 2015


changeset:	9905:e6c5155c44e5 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/e6c5155c44e5
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Feb 19 13:41:16 2015 -0700

Log Message:
	Check for crypt() returning NULL. Traditionally, crypt() never
	returned NULL but newer versions of eglibc have a crypt() that does.
	Bug #598

diffstat:

 auth/passwd.c     |  18 ++++++++++--------
 auth/secureware.c |  28 +++++++++++++---------------
 2 files changed, 23 insertions(+), 23 deletions(-)


More information about the sudo-commits mailing list