Content-Type: text/html; charset="gb2312"
Content-Transfer-Encoding: quoted-printable
X-RT-Original-Encoding: gb2312
Content-Length: 922
Hi Team,
krb5_425_conv_principal() in krb5-1.16.1/src/lib/krb5/krb/conv_princ.c
calls profile_iterator(&iterator, &realm_name, &dummy_value) in a while loop,
later if break this while loop and run into "return retval", then the allocated memory
dummy_value points to will not be freed when leaves this function.
The fix is to call profile_release_string (dummy_value) before "return retval".
Could someone help to take a look?
Thanks,
Bean