GNU bug report logs - #24811
Waiting to answer s at untrusted cert dialog causes crash

Previous Next

Package: emacs;

Reported by: Mark Oteiza <mvoteiza <at> udel.edu>

Date: Fri, 28 Oct 2016 01:18:01 UTC

Severity: normal

Tags: fixed

Found in version 26.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mark Oteiza <mvoteiza <at> udel.edu>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 24811 <at> debbugs.gnu.org
Subject: bug#24811: 26.0.50; backtrace
Date: Tue, 1 Nov 2016 15:51:42 -0400
On 01/11/16 at 08:10pm, Lars Ingebrigtsen wrote:
> I really mean.  :-)

Yep, fixed x)

> diff --git a/src/process.c b/src/process.c
> index 8cf045c..8b89498 100644
> --- a/src/process.c
> +++ b/src/process.c
> @@ -3088,6 +3088,12 @@ finish_after_tls_connection (Lisp_Object proc)
>  		    Fplist_get (contact, QChost),
>  		    Fplist_get (contact, QCservice));
>  
> +  if (p->outfd < 0) {
> +    pset_status (p, Qfailed);
> +    deactivate_process (proc);
> +    return;
> +  }
> +
>    if (NILP (result))
>      {
>        pset_status (p, list2 (Qfailed,
> 
> 
> -- 
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 8 years and 202 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.