The following issue has been RESOLVED. ====================================================================== http://dbmail.org/mantis/view.php?id=332 ====================================================================== Reported By: aaron Assigned To: aaron ====================================================================== Project: DBMail Issue ID: 332 Category: general delivery Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 23-Apr-06 23:18 CEST Last Modified: 24-Apr-06 11:42 CEST ====================================================================== Summary: Possibly unsafe string manipulation in misc.c Description: The function dm_valid_folder uses strcat and strncat together with outside input, apparently calculating string lengths using the define IMAP_MAX_MAILBOX_NAMELEN, together with the magic number 78. If the define were changed, indeterminate bugs might creep in. ======================================================================
---------------------------------------------------------------------- aaron - 24-Apr-06 11:42 ---------------------------------------------------------------------- Functions weren't being used anyways. Removed from SVN. Issue History Date Modified Username Field Change ====================================================================== 23-Apr-06 23:18 aaron New Issue 24-Apr-06 11:42 aaron Status new => resolved 24-Apr-06 11:42 aaron Resolution open => fixed 24-Apr-06 11:42 aaron Assigned To => aaron 24-Apr-06 11:42 aaron Note Added: 0001101 ======================================================================