]> granicus.if.org Git - mutt/commit
The global callbacks set up in sasl_client_init are not copied by
authorBrendan Cully <brendan@kublai.com>
Fri, 7 Mar 2003 14:55:53 +0000 (14:55 +0000)
committerBrendan Cully <brendan@kublai.com>
Fri, 7 Mar 2003 14:55:53 +0000 (14:55 +0000)
commit361d5fe5d740a92086aeee582234484398b004c0
tree70ed075576282172f28dff9f013f2c1906e02165
parent7bd1125ef188b7125aa21749f5f272dd9c87dadc
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.
mutt_sasl.c