Re: [Dovecot] get_disconnect_reason() gets called with NULL ctx->litinput

2013-11-06 Thread Timo Sirainen
On 6.11.2013, at 9.32, Tomasz Potega wrote: > I have found get_disconnect_reason() to be called with NULL > ctx->litinput at times, making dovecot crash when accessing v_offset: Fixed: http://hg.dovecot.org/dovecot-2.2/rev/672350cdf509

[Dovecot] get_disconnect_reason() gets called with NULL ctx->litinput

2013-11-05 Thread Tomasz Potega
Hi, I have found get_disconnect_reason() to be called with NULL ctx->litinput at times, making dovecot crash when accessing v_offset: src/imap/cmd-append.c: 83 switch (i_stream_read(client->input)) { 84 case -1: 85 /* disconnected */ 86