(krb5_mk_priv): bump static limit to 10240. This should be fixed the
correct way. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4463 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -50,7 +50,7 @@ krb5_mk_priv(krb5_context context,
|
||||
krb5_error_code r;
|
||||
KRB_PRIV s;
|
||||
EncKrbPrivPart part;
|
||||
u_char buf[1024];
|
||||
u_char buf[10240];
|
||||
size_t len;
|
||||
unsigned tmp_seq;
|
||||
krb5_keyblock *key;
|
||||
|
Reference in New Issue
Block a user