pull up r21901 from trunk
------------------------------------------------------------------------
r21901 | ghudson | 2009-02-05 16:27:54 -0500 (Thu, 05 Feb 2009) | 8 lines
Changed paths:
M /trunk/src/lib/krb5/krb/mk_req_ext.c
ticket: 6372
subject: Fix memory handling bug in mk_req_ext
tags: pullup
target_version: 1.7
In make_etype_list, assign *authdata before we have a chance to fail,
since we may have invalidated the previous value with realloc.
------------------------------------------------------------------------
https://github.com/krb5/krb5/commit/d8df7f32058effebcee72c729df6b33b59524742Commit By: tlyu
Revision: 22027
Changed Files:
U branches/krb5-1-7/src/lib/krb5/krb/mk_req_ext.c