Initialize local variable in kimpersonate to avoid crash in krb5_free_principal()
This commit is contained in:
@@ -214,7 +214,7 @@ create_krb5_tickets(krb5_context context, krb5_keytab kt)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (add_to_ccache) {
|
if (add_to_ccache) {
|
||||||
krb5_principal def_princ;
|
krb5_principal def_princ = NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Force fcache to read the ccache header, otherwise the store
|
* Force fcache to read the ccache header, otherwise the store
|
||||||
|
Reference in New Issue
Block a user