> 250 Sender <[EMAIL PROTECTED]> OK
> *** glibc detected *** double free or corruption (fasttop): 0x08067660 ***
> Aborted

Removing line 479 from lmtp.c:

                                if (goodtogo) {
                                        /* Sure fine go ahead. */
                                        dm_list_nodeadd(&from, tmpaddr, 
strlen(tmpaddr)+1);
-                                       dm_free(tmpaddr);
                                        ci_write((FILE *) stream,
                                                "250 Sender <%s> OK\r\n",
                                                (char *)
(dm_list_getstart(&from)->data));

solve the problem
Don't know, correct this or no
May be dm_free(tmpaddr); must be in other line?

-- 
Oleg Lapshin

Reply via email to