[491] in Kerberos-V5-bugs
Re: Bug in kpasswd
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Jun 1 18:26:55 1994
Date: Wed, 1 Jun 94 18:26:36 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: "Lee A. Butler" <butler@ARL.MIL>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[461] in Kerberos-V5-bugs"
[0461]F daemon@ATHENA.MIT.EDU (Lee A. Butler) Kerberos-V5-bugs 04/15/94 08:59 (44 lines)
Date: Fri, 15 Apr 94 6:42:26 EDT
From: "Lee A. Butler" <butler@ARL.MIL>
kpasswd.c:
fails to check to see if the new password has length < 1.
In the case of kpasswd.c, I suggest that it exit early if a 0 length "new
password" is provided.
You're correct; I've added an check to see if the new password is zero
length.
Thanks for the bug report!
- Ted