svn rev #17386: trunk/src/lib/gssapi/krb5/

tlyu@MIT.EDU tlyu at MIT.EDU
Wed Sep 21 22:48:11 EDT 2005


Commit By: tlyu

Log Message: 
ticket: new
target_version: 1.4.3
tags: pullup
subject: fix memory leaks in krb5_gss_import_name() and krb5_gss_inquire_cred()
component: krb5-libs

	* import_name.c (krb5_gss_import_name): Add missing free of tmp in
	an error case to fix a memory leak.

	* inq_cred.c (krb5_gss_inquire_cred): Memory leak fixes: call
	krb5_gss_release_cred() with address of cred, not cred; add
	missing call to krb5_gss_release_cred() in an error case.



Changed Files:
U   trunk/src/lib/gssapi/krb5/ChangeLog
U   trunk/src/lib/gssapi/krb5/import_name.c
U   trunk/src/lib/gssapi/krb5/inq_cred.c


More information about the cvs-krb5 mailing list