[krbdev.mit.edu #6884] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Thu Mar 17 16:02:03 EDT 2011


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=24722
Commit By: ghudson
Revision: 24722
Changed Files:
U   trunk/src/kdc/do_as_req.c
U   trunk/src/kdc/do_tgs_req.c
U   trunk/src/kdc/fast_util.c
U   trunk/src/kdc/kdc_util.h




More information about the krb5-bugs mailing list