dbmail-util -My segfault
Sergej Pupykin <[email protected]> Thu, 29 Jun 2017 16:41:33 +0300
| Newsgroups | gmane.mail.imap.dbmail.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello
in maintenance.c in
int do_migrate(int migrate_limit)
there is no m != NULL check after
m = dbmail_message_retrieve(m, id);
so it segfaults in "if(! dm_message_store(m)) {" if m == NULL.
Yes, I guess db probably slightly broken, but dbmail-util cannot find
and fix these errors.