]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-mail: message_header_hash_more() now allows input in any slices.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 22 Sep 2016 11:23:00 +0000 (14:23 +0300)
committerGitLab <gitlab@git.dovecot.net>
Thu, 22 Sep 2016 11:40:16 +0000 (14:40 +0300)
commitb75eba4f65c7630d3691f07d22ff4bdfcac5054d
tree738150b7d1ea54969b3a30deaafff42dbd39e196
parentf4b1d510a8b66c71ea588ed16f497944da035382
lib-mail: message_header_hash_more() now allows input in any slices.

There wasn't necessarily any guarantees that the input would be sliced in
such a way that the repeating '?' would be dropped the same way every time.
src/doveadm/dsync/dsync-mail.c
src/lib-mail/message-header-hash.c
src/lib-mail/message-header-hash.h
src/lib-mail/test-message-header-hash.c
src/plugins/pop3-migration/pop3-migration-plugin.c