Re: [Dovecot] 2.0.alpha3: imap-login segfault in hex_to_binary

2009-12-09 Thread Timo Sirainen
On Fri, 2009-11-13 at 22:05 -0600, Mike Abbott wrote:
> Looks to me like auth_client_get_cookie() returned NULL in 
> master_send_request().

Fixed: http://hg.dovecot.org/dovecot-2.0/rev/32e77c570529



signature.asc
Description: This is a digitally signed message part


[Dovecot] 2.0.alpha3: imap-login segfault in hex_to_binary

2009-11-13 Thread Mike Abbott
Dovecot-2.0.alpha3's imap-login segfaulted with this backtrace:
0 hex_to_binary
1 master_send_request
2 anvil_input
3 io_loop_handler_run
4 io_loop_run
5 master_service_run
6 main
7 start

Looks to me like auth_client_get_cookie() returned NULL in 
master_send_request().