The following issue has been SUBMITTED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=588 ====================================================================== Reported By: tss Assigned To: ====================================================================== Project: DBMail Issue ID: 588 Category: IMAP daemon Reproducibility: always Severity: crash Priority: normal Status: new target: ====================================================================== Date Submitted: 12-May-07 00:43 CEST Last Modified: 12-May-07 00:43 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. ======================================================================
Issue History Date Modified Username Field Change ====================================================================== 12-May-07 00:43 tss New Issue ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
