On Fri, 6 Aug 2004, Andreas wrote:

Try this patch:
--- plugins/cram.c      15 Dec 2003 20:04:22 -0000      1.83
+++ plugins/cram.c      5 Aug 2004 21:06:06 -0000
@@ -507,7 +507,7 @@
                                    sasl_out_params_t *oparams)
 {
     client_context_t *text = (client_context_t *) conn_context;
-    const char *authid;
+    const char *authid = NULL;
     sasl_secret_t *password = NULL;
     unsigned int free_password = 0; /* set if we need to free password */
     int auth_result = SASL_OK;

That fixed it. Should it be applied to 2.1.19 too?

Yes. I'll put it in CVS so it goes into the next version.

---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to