]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
mail_index_get_keywords() / status.keywords weren't actually guaranteed to be NULL...
authorTimo Sirainen <tss@iki.fi>
Thu, 4 Aug 2011 16:57:02 +0000 (19:57 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 4 Aug 2011 16:57:02 +0000 (19:57 +0300)
commitf5c53272acbe1517440aa9c277133babc887ee84
treed8a2235d64f8b95d54d63ff19ece0bbca25a9a3b
parent1925b60ed6ac5b86b2b95db7f25c8d2a10c923ae
mail_index_get_keywords() / status.keywords weren't actually guaranteed to be NULL terminated
This could have caused crashes or garbage keywords be presented to clients
in some situations.
src/lib-index/mail-index.c