From: Thomas Roessler Date: Fri, 7 Mar 2003 14:57:56 +0000 (+0000) Subject: # changelog commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01ebfaaf29fb0f7726c52288b105a94efc3b31ee;p=neomutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 5e1a3c4cb..717558af4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-03-07 14:55:53 Brendan Cully (roessler) + + * mutt_sasl.c: The global callbacks set up in sasl_client_init + are not copied by the SASL library, so they can't be allocated + on the stack. This is the case with both versions of the SASL + library, and I frankly don't understand why it hasn't caused + problems before. Since it segfaults reliably on OS X for me now, + I thought a patch would be in order. + 2003-03-07 08:23:27 Thomas Roessler (roessler) * crypt.c, pgp.h: Don't use functions without importing the