[krbdev.mit.edu #8729] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Mon Sep 17 19:57:04 EDT 2018
Fix memory leak in gss_add_cred() creation case
If gss_add_cred() is called with no input_cred_handle, it creates a
new credential with one element. At the end of the function, use the
created credential as the output container, rather than creating a
second one and leaking the first.
Add a test program for gss_add_cred() and run it.
https://github.com/krb5/krb5/commit/9e32161dc307a323fd36fd59e252583fe7b90526
Author: Greg Hudson <ghudson at mit.edu>
Commit: 9e32161dc307a323fd36fd59e252583fe7b90526
Branch: master
.gitignore | 1 +
src/lib/gssapi/mechglue/g_acquire_cred.c | 3 +
src/tests/gssapi/Makefile.in | 48 ++++++++-------
src/tests/gssapi/t_add_cred.c | 98 ++++++++++++++++++++++++++++++
src/tests/gssapi/t_gssapi.py | 6 +-
5 files changed, 131 insertions(+), 25 deletions(-)
More information about the krb5-bugs
mailing list