dovecot-2.2: dsync: Debug logging was attempting to read already...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sat Feb 21 09:41:08 UTC 2015
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/466596200825
changeset: 18272:466596200825
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 21 11:40:40 2015 +0200
description:
dsync: Debug logging was attempting to read already freed memory.
diffstat:
 src/doveadm/dsync/dsync-mailbox-tree-sync.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
diffs (16 lines):
diff -r 18c24e201697 -r 466596200825 src/doveadm/dsync/dsync-mailbox-tree-sync.c
--- a/src/doveadm/dsync/dsync-mailbox-tree-sync.c	Fri Feb 20 14:04:28 2015 +0200
+++ b/src/doveadm/dsync/dsync-mailbox-tree-sync.c	Sat Feb 21 11:40:40 2015 +0200
@@ -887,10 +887,8 @@
 			changed = FALSE;
 		} else {
 			/* mailbox naming conflict */
-			T_BEGIN {
-				changed = sync_rename_conflict(ctx, local_node,
-							       remote_node, &reason);
-			} T_END;
+			changed = sync_rename_conflict(ctx, local_node,
+						       remote_node, &reason);
 		}
 		/* handle children, if there are any */
 		if (debug != NULL) {
    
    
More information about the dovecot-cvs
mailing list