[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: krb5_get_init_creds_password: ASN.1 value too large




You can get this error if the ASN.1 encoder runs out of buffer
space. For simplicity we use static buffers mostly everywhere, but
this is mostly not a problem. Can you figure out where this happens?

/Johan