dovecot-2.0: lib-storage: Error handling fix for key+=value when...

dovecot at dovecot.org dovecot at dovecot.org
Thu Sep 8 16:24:30 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/0f63b7c5dd7c
changeset: 12903:0f63b7c5dd7c
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 08 16:24:18 2011 +0300
description:
lib-storage: Error handling fix for key+=value when key isn't of string type.

diffstat:

 src/lib-storage/mail-storage-service.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 8de8752b2e94 -r 0f63b7c5dd7c src/lib-storage/mail-storage-service.c
--- a/src/lib-storage/mail-storage-service.c	Thu Sep 08 13:41:20 2011 +0300
+++ b/src/lib-storage/mail-storage-service.c	Thu Sep 08 16:24:18 2011 +0300
@@ -122,7 +122,6 @@
 		/* key+=value */
 		append_value = line + len + 1;
 		key = t_strndup(key, len-1);
-		line++;
 	}
 
 	if (!settings_parse_is_valid_key(set_parser, key)) {


More information about the dovecot-cvs mailing list