[781] in Kerberos-V5-bugs
Re: comparison typos in krb5_encode.c
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue Sep 27 23:22:52 1994
Date: Tue, 27 Sep 1994 23:22:48 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: Ward_Travis@transarc.com
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [776]
Date: Mon, 26 Sep 1994 15:36:25 -0400 (EDT)
From: Ward_Travis@transarc.com
In KRB5B4, I found the following lines in routine
encode_krb5_enc_kdc_rep_part(), file krb5_encode.c . In the (currently
uncompiled) 'else' clause of the #ifndef, it appears == was meant, but =
was used. No?
Yes. Thanks for catching that! As you point out, that is currently
unused code, but it is good to get that right.
- Ted