Re: kinit error message (Heimdal 7.4.0)

Harald Barth <[email protected]> Thu, 05 Oct 2017 14:57:02 +0200 (CEST)
Newsgroups gmane.comp.encryption.kerberos.heimdal.general
Message-ID <[email protected]>
I wrote:

> +           strncat(cstr, ", ", sizeof(buf));
> +           return strdup(strncat(cstr, str, sizeof(buf)));

which is broken and buggy usage of strncat(), so don't copy that.

Harald.