16 Oct
2009
16 Oct
'09
3:39 a.m.
On Wed, 2009-10-07 at 10:51 +0100, Paul Howarth wrote:
Which leads to: http://hg.dovecot.org/dovecot-1.2/rev/4add5c3f13ea
Actually the fix looks slightly wrong to me, and it'll dereference a NULL pointer in t_strdup_printf with openssl < 0.9.8. The setting of comp_str to NULL if HAVE_SSL_COMPRESSION is not set should be changed to setting comp_str to "" I believe.
Right. Thanks. Fixed properly now:
http://hg.dovecot.org/dovecot-1.2/rev/0aa7357761a5
Although at least with Linux it wouldn't have crashed but instead just added "(null)" text.