[krbdev.mit.edu #5429] SVN Commit

Ezra Peisach via RT rt-comment at krbdev.mit.edu
Sat Feb 3 21:03:55 EST 2007


In krb5_kt_add_entry: The MEMORY keytab does not make a copy of the
keytab_entry keyblock contents - but instead retains a pointer to the
incomming one.

In krb5_kt_get_entry and krb5_kt_get_next - a pointer to internal
keyblock contents memory is returned to the caller - which is subsequently
freed when tht caller invokes krb5_free_keytab_entry_contents.

Solution is to use krb5_copy_keyblock_contents() instead of simply copying
the structure.




Commit By: epeisach



Revision: 19140
Changed Files:
U   trunk/src/lib/krb5/keytab/kt_memory.c




More information about the krb5-bugs mailing list