[krbdev.mit.edu #8567] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Apr 26 13:11:53 EDT 2017


Fix uninitialized flags in MSLSA ccache type

The flags field in krb5_lcc_data is not initialized in
krb5_lcc_resolve(), so krb5_lcc_next_cred() can sometimes fail to
include a ticket when retrieving a ccache entry.  This results in a
"Request did not supply a ticket" error from k5_make_tgs_req() when
trying to use the credential.

[ghudson at mit.edu: condensed commit message]

https://github.com/krb5/krb5/commit/e5a78d4c90d9d6968c94b0c07f2cd3835f02aa5d
Author: Alexander Karaivanov <alexander.karaivanov at karoshealth.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: e5a78d4c90d9d6968c94b0c07f2cd3835f02aa5d
Branch: master
 src/lib/krb5/ccache/cc_mslsa.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list