[krbdev.mit.edu #8792] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Fix config realm change logic in FILE remove_cred Use data_eq_string() to check the server realm, and do not check if cred->server is NULL since it is not expected to be (and k5_marshal_cred() would have already crashed if it were). https://github.com/krb5/krb5/commit/e5367fcddd53dc4db0c1fd2279e91eda3791960a Author: Greg Hudson <[email protected]> Commit: e5367fcddd53dc4db0c1fd2279e91eda3791960a Branch: master src/lib/krb5/ccache/cc_file.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)