pull up r21901 from trunk
authorTom Yu <tlyu@mit.edu>
Thu, 19 Feb 2009 00:36:07 +0000 (00:36 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 19 Feb 2009 00:36:07 +0000 (00:36 +0000)
commitd8df7f32058effebcee72c729df6b33b59524742
treee24665f4f26aba72fc64aeb72991c1eb712a67fb
parent1a45fa0b295d32d26c6d866a65c0b4d9704f6ac1
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.

 ------------------------------------------------------------------------

ticket: 6372
version_fixed: 1.7
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22027 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/mk_req_ext.c