zero priv
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4698 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997, 1998 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -54,6 +54,7 @@ krb5_rd_priv(krb5_context context,
|
|||||||
krb5_data plain;
|
krb5_data plain;
|
||||||
krb5_keyblock *key;
|
krb5_keyblock *key;
|
||||||
|
|
||||||
|
memset(&priv, 0, sizeof(priv));
|
||||||
ret = decode_KRB_PRIV (inbuf->data, inbuf->length, &priv, &len);
|
ret = decode_KRB_PRIV (inbuf->data, inbuf->length, &priv, &len);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto failure;
|
goto failure;
|
||||||
|
Reference in New Issue
Block a user