pull up r18748 from trunk
authorTom Yu <tlyu@mit.edu>
Wed, 8 Nov 2006 23:44:23 +0000 (23:44 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 8 Nov 2006 23:44:23 +0000 (23:44 +0000)
commit32c4e10469600a006f26b82b803511d311298407
tree0e82446ba07b7735427bfdb24f4cb5b787e4c490
parent8eef2189d75dddfea9580d9f268cb7668c1d30c5
pull up r18748 from trunk

 r18748@cathode-dark-space:  raeburn | 2006-10-27 23:06:30 -0400
 ticket: new
 subject: don't confuse profile iterator in 425 princ conversion
 target_version: 1.6
 tags: pullup

 The profile iterator code hangs onto and uses the list of names passed
 in.  The krb5_425_conv_principal code reuses that array when the
 iterator may still be used.

 * conv_princ.c (krb5_425_conv_principal): Use separate name arrays for
 the iterator and the v4_realm lookup that may be done inside the
 iteration loop.

ticket: 4534
version_fixed: 1.6

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