(init_auth): always zero fwd_data
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9312 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -207,8 +207,8 @@ init_auth
|
|||||||
output_token->length = 0;
|
output_token->length = 0;
|
||||||
output_token->value = NULL;
|
output_token->value = NULL;
|
||||||
|
|
||||||
outbuf.length = 0;
|
krb5_data_zero(&outbuf);
|
||||||
outbuf.data = NULL;
|
krb5_data_zero(&fwd_data);
|
||||||
|
|
||||||
*minor_status = 0;
|
*minor_status = 0;
|
||||||
|
|
||||||
|
@@ -207,8 +207,8 @@ init_auth
|
|||||||
output_token->length = 0;
|
output_token->length = 0;
|
||||||
output_token->value = NULL;
|
output_token->value = NULL;
|
||||||
|
|
||||||
outbuf.length = 0;
|
krb5_data_zero(&outbuf);
|
||||||
outbuf.data = NULL;
|
krb5_data_zero(&fwd_data);
|
||||||
|
|
||||||
*minor_status = 0;
|
*minor_status = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user