Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/09/2000 20:49:43
Module Name:	basesrc
Committed By:	thorpej
Date:		Wed Aug  9 17:49:43 UTC 2000

Modified Files:
	basesrc/usr.bin/login [netbsd-1-5]: k5login.c

Log Message:
Pull up rev. 1.14:
krb5_get_in_tkt() (called by krb5_get_in_tkt_with_password()) may
eventually call krb5_free_principal() via krb5_free_creds_contents(),
(when it succeeds, in particular).  Check for the creds.server
already being freed, and don't free it again.


To generate a diff of this commit:
cvs rdiff -r1.12.2.1 -r1.12.2.2 basesrc/usr.bin/login/k5login.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.