[dovecot/core] bf5776: lib-storage: Update mailbox.recent_flags_count cor...

GitHub noreply at github.com
Tue Sep 27 11:30:12 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: bf57767df6be53431994f813a8b240b5be180972
      https://github.com/dovecot/core/commit/bf57767df6be53431994f813a8b240b5be180972
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M src/lib-storage/mailbox-recent-flags.c

  Log Message:
  -----------
  lib-storage: Update mailbox.recent_flags_count correctly.

The counter was increased even if the UID was already in recent_flags.
This is the only place where I found that recent_flags and
recent_flags_count could become desynced (which they definitely were in
a core dump), so hopefully this fixes assert-crashes like:

Panic: file index-status.c: line 130 (index_storage_get_open_status): assertion failed: (status_r->recent <= status_r->messages)




More information about the dovecot-cvs mailing list