Brian May <bam@snoopy.apana.org.au> writes:
> however, the following code appears to discard the error, and replaces
> it with an out of memory error:
>
> if (ret) {
> free (ed);
> free (c->data);
> c->data = NULL;
> krb5_set_error_string (context, "malloc: out of memory");
> return ENOMEM;
> }
Yes, I noticed that too, we should think about what to do.
/Johan