diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-27 09:59:57 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-06 11:44:45 -0400 |
commit | 69905bf968003216d444fc68d8597e139362f2e6 (patch) | |
tree | b9e8f4da8167d7b9936218ffb697cba7ab008609 /src/providers/ipa/ipa_init.c | |
parent | 71062d4494bbe9c24358e21fa3a40ae747eae0f6 (diff) | |
download | sssd-69905bf968003216d444fc68d8597e139362f2e6.tar.gz sssd-69905bf968003216d444fc68d8597e139362f2e6.tar.xz sssd-69905bf968003216d444fc68d8597e139362f2e6.zip |
KRB5: Drop memctx parameter of krb5_try_kdcip
This function is not supposed to return any newly-allocated memory
directly. It was actually leaking the memory for krb5_servers if
krb5_kdcip was being used, though it was undetectable because it
was allocated on the provided memctx.
This patch removes the memctx parameter and allocates krb5_servers
temporarily on NULL and ensures that it is freed on all exit
conditions. It is not necessary to retain this memory, as
dp_opt_set_string() performs a talloc_strdup onto the appropriate
context internally.
It also updates the DEBUG messages for this function to the
appropriate new macro levels.
Diffstat (limited to 'src/providers/ipa/ipa_init.c')
0 files changed, 0 insertions, 0 deletions