https://issues.apache.org/bugzilla/show_bug.cgi?id=57070
Anders Kaseorg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Anders Kaseorg <[email protected]> --- (In reply to Ruediger Pluem from comment #1) > - return ssl_var_lookup_ssl(ctx->p, ctx->c, ctx->r, var); > + SSLConnRec *sslconn = myConnConfig(ctx->c); > + > + return sslconn ? ssl_var_lookup_ssl(ctx->p, ctx->c, ctx->r, var) : ""; Yeah, that fixes the crash. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
