https://bugs.exim.org/show_bug.cgi?id=1659
--- Comment #4 from Kirill Miazine <km@???> ---
With this patch, I no longer get the segfault:
*** exim-4.86_RC4/src/smtp_in.c Sat Jun 27 17:01:28 2015
--- exim-4.86_RC4-km/src/smtp_in.c Wed Jul 15 21:23:41 2015
***************
*** 170,176 ****
{ "auth", sizeof("auth")-1, AUTH_CMD, TRUE, TRUE },
#ifdef SUPPORT_TLS
{ "starttls", sizeof("starttls")-1, STARTTLS_CMD, FALSE, FALSE },
! { "tls_auth", 0, TLS_AUTH_CMD, FALSE, TRUE },
#endif
/* If you change anything above here, also fix the definitions below. */
--- 170,176 ----
{ "auth", sizeof("auth")-1, AUTH_CMD, TRUE, TRUE },
#ifdef SUPPORT_TLS
{ "starttls", sizeof("starttls")-1, STARTTLS_CMD, FALSE, FALSE },
! { "tls_auth", sizeof("tls_auth")-1, TLS_AUTH_CMD, FALSE, TRUE },
#endif
/* If you change anything above here, also fix the definitions below. */
--
You are receiving this mail because:
You are on the CC list for the bug.