dovecot-2.2: imap: APPEND crashed if invalid keyword was given a...

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 13 18:42:12 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/5e48c5a29ddd
changeset: 19301:5e48c5a29ddd
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 13 21:40:33 2015 +0300
description:
imap: APPEND crashed if invalid keyword was given as parameter.

diffstat:

 src/imap/cmd-append.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 727acba74cbf -r 5e48c5a29ddd src/imap/cmd-append.c
--- a/src/imap/cmd-append.c	Tue Oct 13 21:21:48 2015 +0300
+++ b/src/imap/cmd-append.c	Tue Oct 13 21:40:33 2015 +0300
@@ -534,6 +534,7 @@
 			/* invalid keywords - delay failure */
 			client_send_box_error(cmd, ctx->box);
 			ctx->failed = TRUE;
+			keywords = NULL;
 		}
 	}
 


More information about the dovecot-cvs mailing list