Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 571 Fix rare leak in krb5_cccol_have_content() If krb5_cc_start_seq_get() fails inside the loop, close the current credential cache before continuing to the next one. Reported by Todd Lipcon. (cherry picked from commit 1735f2e74767e56ac3bd75de61d41b8363ec6ce4) https://github.com/krb5/krb5/commit/3bb6e66c07a9864cc7ece0604105bd987e1d2977 Author: Greg Hudson Committer: Tom Yu Commit: 3bb6e66c07a9864cc7ece0604105bd987e1d2977 Branch: krb5-1.15 src/lib/krb5/ccache/cccursor.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)