Skip Menu |
 

From: raeburn@mit.edu
Subject: SVN Commit
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.

Commit By: raeburn



Revision: 18748
Changed Files:
U trunk/src/lib/krb5/krb/conv_princ.c
From: raeburn@mit.edu
Subject: SVN Commit
* conv_princ.c (krb5_425_conv_principal): Fix silly typo in arrays' sizes in
previous change.

Commit By: raeburn



Revision: 18751
Changed Files:
U trunk/src/lib/krb5/krb/conv_princ.c
From: tlyu@mit.edu
Subject: SVN Commit
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.



Commit By: tlyu



Revision: 18772
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/krb/conv_princ.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r18751 from trunk

r18751@cathode-dark-space: raeburn | 2006-10-30 20:10:34 -0500
ticket: 4534

* conv_princ.c (krb5_425_conv_principal): Fix silly typo in arrays' sizes in
previous change.



Commit By: tlyu



Revision: 18773
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/krb/conv_princ.c