2009/10/13 Austin English <austinengl...@gmail.com>:
>              cred = schan_free_handle(i, SCHAN_HANDLE_CRED);
> -            pgnutls_certificate_free_credentials(cred->credentials);
> +            if(cred) pgnutls_certificate_free_credentials(cred->credentials);
I don't think "cred" is ever supposed to be NULL. Could you add some
traces to see where that handle comes from?


Reply via email to