(kerberos5_forward): zero out `creds'.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4212 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -719,6 +719,8 @@ kerberos5_forward(Authenticator *ap)
|
||||
return;
|
||||
}
|
||||
|
||||
memset (&creds, 0, sizeof(creds));
|
||||
|
||||
creds.client = principal;
|
||||
|
||||
ret = krb5_build_principal (context,
|
||||
|
Reference in New Issue
Block a user