On Thu, 2009-02-05 at 21:59 +0100, Peter Lindgren wrote:
Timo Sirainen skrev:
Hopefully this v1.1 release will last a few months.
Builing on OpenBSD 4.4 (which has an ancient compiler, now I know), I got some warnings. There is one warning not related to this compiler's pointer handling which is worth considering I think:
maildir-sync-index.c:295: warning: `j' might be used uninitialized in this function
:(
I actually fixed this already in v1.2 tree, but for some reason not in v1.1 tree.
But since this is only a problem when using >26 keywords and that had already been broken for years, I don't think I'll bother releasing a new version just to fix that.
Anyway, fixed by: http://hg.dovecot.org/dovecot-1.1/rev/4736327a8740
There is a similar warning for mailbox-list-fs-iter.c, but as far as I can tell the warning is unjustified?
mailbox-list-fs-iter.c:483: warning: `real_path' might be used uninitialized in this function
Yes, that can't really happen.