]> granicus.if.org Git - neomutt/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)
commit002689ed30d84921f4dda0145d055a2e0606da03
tree70ed075576282172f28dff9f013f2c1906e02165
parenta96bdeab4654cf06fe01b544cdaa2a88b2dbb041
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