[krbdev.mit.edu #6884] SVN Commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Thu Jun 9 17:08:35 EDT 2011


pull up r24722 from trunk

 ------------------------------------------------------------------------
 r24722 | ghudson | 2011-03-17 16:02:01 -0400 (Thu, 17 Mar 2011) | 11 lines

 ticket: 6884
 subject: KDC memory leak in FAST error path
 target_version: 1.9.1
 tags: pullup

 When kdc_fast_handle_error() produces a FAST-encoded error, it puts it
 into err->e_data and it never gets freed (since in the non-FAST case,
 err->e_data contains aliased pointers).  Fix this by storing the
 encoded error in an output variable which is placed into the error's
 e_data by the caller and then freed.

http://src.mit.edu/fisheye/changelog/krb5/?cs=24949
Commit By: tlyu
Revision: 24949
Changed Files:
U   branches/krb5-1-9/src/kdc/do_as_req.c
U   branches/krb5-1-9/src/kdc/do_tgs_req.c
U   branches/krb5-1-9/src/kdc/fast_util.c
U   branches/krb5-1-9/src/kdc/kdc_util.h




More information about the krb5-bugs mailing list