]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
virtual: Avoid assert-crash if backend mailbox's have_guid lookup fails
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 6 Jul 2017 08:24:35 +0000 (11:24 +0300)
committerGitLab <gitlab@git.dovecot.net>
Thu, 6 Jul 2017 08:52:56 +0000 (11:52 +0300)
commitd5282594ec73c953ffb23096a2cddf373cc15f46
tree3d5617db6176635229a9419a664fa65db960d74d
parent8f75c29549038b056ee3cfef46bdb2980e75ee37
virtual: Avoid assert-crash if backend mailbox's have_guid lookup fails

The MAIL_ERROR_NOTFOUND can happen if the mailbox was already deleted.
Other errors aren't expected to happen and possibly point to a bug.

Fixes:
Panic: file mail-storage.c: line 1831: unreached
src/plugins/virtual/virtual-storage.c