svn rev #19593: branches/krb5-1-6/ src/lib/krb5/krb/
tlyu@MIT.EDU
tlyu at MIT.EDU
Tue Jun 19 15:22:50 EDT 2007
Commit By: tlyu
Log Message:
ticket: 5579
version_fixed: 1.6.2
pull up r19582 from trunk
r19582 at cathode-dark-space: tlyu | 2007-06-18 17:07:37 -0400
ticket: new
subject: krb5_walk_realm_tree leaks in capaths case
target_version: 1.6.2
tags: pullup
Markus Moeller reports a leak in krb5_get_credentials() which was then
traced down to profile strings leaking from within
krb5_walk_realm_tree(). A pointer to a profile string was getting
overwritten without the string being freed when *cap_nodes[0] == '.'.
Fix is to free the string prior to overwriting the pointer if the
pointer is non-null.
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/krb/walk_rtree.c
More information about the cvs-krb5
mailing list