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:44:21
Module Name:	basesrc
Committed By:	thorpej
Date:		Wed Aug  9 17:44:20 UTC 2000

Modified Files:
	basesrc/usr.bin/login: k5login.c

Log Message:
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.13 -r1.14 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.