[7664] in Athena Bugs
bug in krb_kdb_utils.c:kdb_verify_master_key()
daemon@ATHENA.MIT.EDU (John T Kohl)
Fri Jun 14 15:50:12 1991
Date: Fri, 14 Jun 91 15:49:57 EDT
From: John T Kohl <jtkohl@MIT.EDU>
To: bugs@MIT.EDU, krb-bugs@MIT.EDU
In the Kerberos v4 kdb library, the kdb_verify_master_key() function
only returns -1 for error if the routine is asked to print an error
message. If it is not asked to print a message, it returns a (probably
garbage) master key version number.
Look at the code and see what it does when "out" is a null pointer.
John