Re: Segmentation fault in xsasl_dovecot_server.c

2019-08-24 Thread Tim Düsterhus
he next release" and thus consider this case closed. Thank you. Best regards Tim Düsterhus

Segmentation fault in xsasl_dovecot_server.c

2019-08-23 Thread Tim Düsterhus
if (xsasl_dovecot_parse_reply(server, ) == 0) { > + if (line == NULL) { > + msg_warn("SASL: Protocol error"); > + continue; > + } > vstring_strcpy(reply, line); > return XSASL_AUTH_MORE; >