Lars Kneschke <[EMAIL PROTECTED]> schrieb: 
>Hello!
>
>Today i discovered another strange bug.

I got i narrowed down to this piece of code:

int dbmail_imap_session_printf(struct ImapSession * self, char * message,
...)

trace(TRACE_MESSAGE, "%s,%s: AAAAAAAAA string: %s", __FILE__, __func__,
message);
va_start(ap, message);
ln = g_strdup_vprintf(message,ap);
va_end(ap);
trace(TRACE_MESSAGE, "%s,%s: BBBBBBBBB string: %s", __FILE__, __func__, ln);

When asking for the password, the string printed by the last trace contains
strange characters. While asking for the password it works without any
problems.

I'm still debuging.

-- 
Lars Kneschke
Metaways Infosystems GmbH
Pickhuben 4
20457 Hamburg
Germany

eGroupWare Training & Support ==> http://www.egroupware-support.net

E-Mail: mailto:[EMAIL PROTECTED]
Web:    http://www.metaways.de
Tel:    +49 (0)40 317031-21
Fax:    +49 (0)40 317031-81
Mobile: +49 (0)175 9304324


Reply via email to