The following issue has been RESOLVED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=588 ====================================================================== Reported By: tss Assigned To: aaron ====================================================================== Project: DBMail Issue ID: 588 Category: IMAP daemon Reproducibility: always Severity: crash Priority: normal Status: resolved target: Resolution: fixed Fixed in Version: 2.2.5 ====================================================================== Date Submitted: 12-May-07 00:43 CEST Last Modified: 12-May-07 00:52 CEST ====================================================================== Summary: Crashes always at startup Description: imapd, pop3d and maybe others always crash at startup in my system. This is because "serverConfig_t config;" is allocated in stack, it's never initialized but serverparent_getopt() goes calling directly ClearConfig() which g_free()s config's uninitialized contents and crashes. memset()ing config with 0 fixes it. ======================================================================
---------------------------------------------------------------------- aaron - 12-May-07 00:52 ---------------------------------------------------------------------- Thanks, we've got this one fixed in SVN already. Issue History Date Modified Username Field Change ====================================================================== 12-May-07 00:43 tss New Issue 12-May-07 00:52 aaron Status new => resolved 12-May-07 00:52 aaron Fixed in Version => 2.2.5 12-May-07 00:52 aaron Resolution open => fixed 12-May-07 00:52 aaron Assigned To => aaron 12-May-07 00:52 aaron Note Added: 0002158 ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
