The following bug has been SUBMITTED. ====================================================================== http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000230 ====================================================================== Reported By: tmatsuo Assigned To: ====================================================================== Project: DBMail Bug ID: 230 Category: IMAP daemon Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 14-Jul-05 12:53 CEST Last Modified: 14-Jul-05 12:53 CEST ====================================================================== Summary: There is a double-free problem in dbmail-imapd. Description: I think there is a double-free problem. Please review my patch.
The destructor function 'dbmail_imap_session_delete' is freeing self->msginfo. So there is no need to invoke dm_free(self->msginfo), isn't there? ====================================================================== Bug History Date Modified Username Field Change ====================================================================== 14-Jul-05 12:53tmatsuo New Bug 14-Jul-05 12:53tmatsuo File Added: dbmail-2.1.1-fix-imapd-double-free.patch ======================================================================