Hello Kalpit,

Wednesday, July 11, 2001, 12:12:53 PM, you wrote:

KJ> I found out that in managesieve.c  there is a line for FREETMPS , if I
KJ> hash that line, then it  does not core dump , but the directory which it
KJ> creates has a "!" mark at the end.

I'm not sure if anybody already fixed this. In the managesieve.xs there
are FEW constructions like this:

        *result = malloc(strlen(tmp));
        if (!*result) return SASL_NOMEM;
        strcpy(*result,tmp);

Surely there must be malloc(strlen(tmp)+1).


WBR, Pavel          mailto:[EMAIL PROTECTED]    icq:52216261

Reply via email to