[krbdev.mit.edu #8567] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Mon Jul 17 22:41:24 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/4d2d6096c181eb2ec79597dc94d48b31af606615
Author: Alexander Karaivanov <alexander.karaivanov at karoshealth.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 4d2d6096c181eb2ec79597dc94d48b31af606615
Branch: krb5-1.14
 src/lib/krb5/ccache/cc_mslsa.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list