[krbdev.mit.edu #8567] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Mon Jul 17 22:59:30 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]
(cherry picked from commit e5a78d4c90d9d6968c94b0c07f2cd3835f02aa5d)
https://github.com/krb5/krb5/commit/d1f8fc8a7532d26b3b44a050b3ef71491f5a224d
Author: Alexander Karaivanov <alexander.karaivanov at karoshealth.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: d1f8fc8a7532d26b3b44a050b3ef71491f5a224d
Branch: krb5-1.15
src/lib/krb5/ccache/cc_mslsa.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list