[757] in Kerberos-V5-bugs
Re: master_key_version not initialized in src/kdc/kerberos_v4.c
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Sep 15 11:14:28 1994
Date: Thu, 15 Sep 1994 11:14:20 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: Paul Pomes <P-Pomes@uiuc.edu>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [671]
Date: Sun, 21 Aug 1994 10:04:03 -0500
From: Paul Pomes <P-Pomes@uiuc.edu>
If BACKWARD_COMPAT is #define'd, then master_key_version isn't initialized
before the test in check_princ().
My fix was to wrap this in #ifndef BACKWARD_COMPAT .
Thanks for reporting this. The next release will properly initialize
master_key_version.
- Ted