dovecot-2.2: dsync: Fixed potential crash when deleting mailbox.

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 6 10:16:08 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/d2fbe6b6c53e
changeset: 17889:d2fbe6b6c53e
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 06 13:13:04 2014 +0300
description:
dsync: Fixed potential crash when deleting mailbox.

diffstat:

 src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 68e5eaecc8b4 -r d2fbe6b6c53e src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c
--- a/src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c	Mon Oct 06 13:15:10 2014 +0300
+++ b/src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c	Mon Oct 06 13:13:04 2014 +0300
@@ -127,7 +127,7 @@
 				i_debug("brain %c: Change during sync: "
 					"Mailbox GUID %s deletion conflict: %s",
 					brain->master_brain ? 'M' : 'S',
-					mailbox_get_vname(box), errstr);
+					guid_128_to_string(change->mailbox_guid), errstr);
 			}
 			brain->changes_during_sync = TRUE;
 			return ret;


More information about the dovecot-cvs mailing list